@charset 'UTF-8';
.bg__lattice,
.hl01,
.keyVisual,
.productPoint__header,
.contents__links,
.sec__intro .intro__hl,
.sec__explanation .ex__hl{
  background-image: url(../../nandarou-common/img/bg-lattice-sp.png);
  background-position: center top;
  background-size: 18px 18px; 
  background-repeat: repeat;
}

/* ------------------------------------
//  base
// ----------------------------------*/
*{
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

html{
  font-size: 62.5%;
}

.noSP{
  display: none;
}

/* ------------------------------------
//  override and reset
// ----------------------------------*/
.el-section.el-section--brandWrap{
  max-width: none;
  color: #333;
  text-align: left;
  word-wrap: break-word;
  letter-spacing: 0;
  letter-spacing: 0;
  font-weight: 500;
  font-size: 16px;
  font-size: 1.6rem;
  font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ Pro W3', sans-serif;
  line-height: 2;

  overflow-wrap: break-word;
  /* ------------------------------------
  //  見出し
  // ----------------------------------*/
  /* ------------------------------------
  //  フォント
  // ----------------------------------*/
  /* ------------------------------------
  //  リスト
  // ----------------------------------*/
  /* ------------------------------------
  //  段落設定
  // ----------------------------------*/
  /* ------------------------------------
  //  画像
  // ----------------------------------*/
  /* ------------------------------------
  //  リンク
  // ----------------------------------*/
}
.el-section.el-section--brandWrap *,
.el-section.el-section--brandWrap a{
  outline: none;

  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.el-section.el-section--brandWrap *,
.el-section.el-section--brandWrap *::before,
.el-section.el-section--brandWrap *::after{
  box-sizing: border-box;
}
.el-section.el-section--brandWrap h1,
.el-section.el-section--brandWrap h2,
.el-section.el-section--brandWrap h3,
.el-section.el-section--brandWrap h4,
.el-section.el-section--brandWrap h5,
.el-section.el-section--brandWrap h6{
  line-height: 1.6;
}
.el-section.el-section--brandWrap em,
.el-section.el-section--brandWrap strong{
  font-weight: bold; 
  font-style: normal;
}
.el-section.el-section--brandWrap ol,
.el-section.el-section--brandWrap ul{
  list-style: none;
}
.el-section.el-section--brandWrap p:not(:first-of-type){
  margin-top: 1.5em;
}
.el-section.el-section--brandWrap img{
  width: 100%;
  height: auto;
  vertical-align: bottom;
  line-height: 1;
}
.el-section.el-section--brandWrap a{
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

/* ----------------------------------------------------------------
  見出し
---------------------------------------------------------------- */
.hl01{
  padding: 43px 25px;
  border: 2px solid #aed7f3;
  border-top-width: 1px; 
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.6;
}

.hl02{
  position: relative; 
  margin-bottom: 18px;
  padding-left: 20px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.7;
}
.hl02:not(:first-child){
  margin-top: 35px;
}
.hl02::before{
  position: absolute;
  top: 0; 
  left: 0;
  width: 4px;
  height: 100%;
  border-radius: 2px;
  background-color: #caba7f;
  content: '';
}

/* ----------------------------------------------------------------
  ボタン
---------------------------------------------------------------- */
.btn__wrap{
  text-align: center;
}

.el-buttonA{
  background-color: #1d2088;
}

/* ----------------------------------------------------------------
  sec body 内
---------------------------------------------------------------- */
.doctor__data{
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  -ms-flex-align: center;

  align-items: center; 
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  justify-content: space-between;
}
.doctor__data .item__img{
  -ms-flex: 0 0 104px;
      flex: 0 0 104px;
}
.doctor__data .item__data{
  flex-basis: calc(100% - 124px); 
  -ms-flex-preferred-size: calc(100% - 124px);
}
.doctor__data .item__data div:first-child{
  margin-bottom: 6px;
}
.doctor__data .item__data .doctor__meta{
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.6;
}
.doctor__data .item__data .doctor__name{
  font-weight: 600; 
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.6;
}
.doctor__data .item__data .doctor__name span{
  position: relative;
  left: -.6em; 
  display: block;
  font-weight: 500;
  font-size: 12px;
  font-size: 1.2rem;
}

.data__title01{
  margin-top: 40px;
  padding: 9px 10px; 
  border: 2px solid #e98195;
  text-align: center;
  font-weight: 600;
  font-size: 16px;
  font-size: 1.6rem;
}

.otherDoctor{
  margin-top: 20px;
}
.otherDoctor .item__img{
  margin-bottom: 12px;
}
.otherDoctor .item__img img{
  width: auto;
  height: 60px;
}

/* ----------------------------------------------------------------
  その他
---------------------------------------------------------------- */
.no__pc{
  display: inherit;
}

.no__sp{
  display: none;
}

.note{
  margin-top: 1em;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.7;
}

/* ----------------------------------------------------------------
  main
---------------------------------------------------------------- */
.main__contents{
  padding-bottom: 50px;
}

/* ----------------------------------------------------------------
  keyVisual
---------------------------------------------------------------- */
.keyVisual{
  margin: 0 -15px 0;
  padding: 35px 15px;
  border-bottom: 2px solid #aed7f3;
}
.keyVisual .keyVisual__body{
  text-align: center;
}
.keyVisual .keyVisual__body h1 img{
  max-width: 690px;
}

/* ----------------------------------------------------------------
  section
---------------------------------------------------------------- */
.sec{
  position: relative;
}
.sec__full{
  margin-right: -15px;
  margin-left: -15px;
  padding-right: 15px; 
  padding-left: 15px;
}

.sec__type01{
  margin-top: 50px;
}
.sec__type01 .sec__body{
  padding: 25px;
  border: 2px solid #aed7f3;
  border-top-width: 0;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.8;
}

.sec__body__column .column:not(:first-of-type){
  margin-top: 20px;
}

/* ----------------------------------------------------------------
  block
---------------------------------------------------------------- */
.block__column .column{
  margin-top: 18px;
}

/* ----------------------------------------------------------------
  link to new product
---------------------------------------------------------------- */
.productPoint__header{
  position: relative; 
  padding: 100px 0;
  border-top: 1px solid #aed7f3;
  border-bottom: 2px solid #aed7f3;
}
.productPoint__header .productPoint__title{
  position: relative; 
  margin: 0 auto;
  width: 70%;
}
.productPoint__header .productPoint__title .headerTitle__new{
  width: 80px;
}
.productPoint__header .productPoint__title .headerTitle__logo{
  margin-top: 8px;
}
.productPoint__header .productPoint__title .headerTitle__txt{
  margin-top: 20px;
}
.productPoint__header .pointHeader__body .pointHeader__body__item{
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  -ms-flex-align: end;
  margin: 15px auto 0;
  width: 72%;

  align-items: flex-end; 
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  justify-content: space-between;
}
.productPoint__header .pointHeader__body .pointHeader__body__item .item .item__img{
  text-align: center;
}
.productPoint__header .pointHeader__body .pointHeader__body__item .item .item__btn{
  margin-top: 10px;
}
.productPoint__header .pointHeader__body .pointHeader__body__item .item:last-of-type{
  margin-left: 10px;
}
.productPoint__header .pointHeader__body .pointHeader__body__item .item:last-of-type .item__img img{
  width: 85%;
}
.productPoint__header .btn__wrap{
  margin: 35px auto 0; 
  width: 72%;
}

.link__newGoon{
  position: relative;
  z-index: 1; 
  margin-top: 50px;
  margin-right: -15px;
  margin-left: -15px;
}
.link__newGoon__01::before{
  position: absolute;
  top: -45px;
  left: calc(50% - 45px);
  z-index: 2; 
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  width: 90px;
  height: 90px;
  border: 2px solid #aed7f3;
  border-radius: 100%;
  background-color: #fff;
  color: #2990d0;
  content: 'それが…';
  white-space: nowrap;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1;

  align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  justify-content: center;
}
.link__newGoon__02{
  border-top: 2px solid #aed7f3;
}
.link__newGoon__02 .productPoint__header{
  border-top: none !important;
}

.productPoint__body{
  padding: 20px; 
  border: 2px solid #aed7f3;
  border-top-width: 0;
  background-color: #fff;
}
.productPoint__body .pointItem{
  position: relative; 
  display: block;
  border: 2px solid #aed7f3;
}
.productPoint__body .pointItem:not(:first-of-type){
  margin-top: 15px;
}
.productPoint__body .pointItem:link,
.productPoint__body .pointItem:visited{
  color: #2990d0;
}
.productPoint__body .pointItem:hover,
.productPoint__body .pointItem:active{
  text-decoration: none; 
  opacity: .7;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=70)';
}
.productPoint__body .pointItem .item__title{
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
  -ms-flex-align: center;
  padding-left: 68px;
  height: 59px;
  border-bottom: 2px solid #aed7f3;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.4;

  align-items: center; 
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  justify-content: flex-start;
}
.productPoint__body .pointItem .item__img{
  padding-top: 56%;
  height: 0;
  background-position: center center;
  background-size: cover; 
  background-repeat: no-repeat;
}
.productPoint__body .pointItem .item__link{
  position: relative;
  padding: 15px 30px 15px 20px;
  border-top: 2px solid #aed7f3;
  letter-spacing: 0; 
  font-weight: bold;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.6;
}
.productPoint__body .pointItem .item__link span{
  font-size: 14px;
  font-size: 1.4rem;
}
.productPoint__body .pointItem .item__link::before{
  position: absolute;
  top: 0; 
  right: 15px;
  width: 9px;
  height: 100%;
  background-image: url(../../nandarou-common/img/ico-arrow03.svg);
  background-position: center center;
  background-size: 100%;
  background-repeat: no-repeat;
  content: '';
}
.productPoint__body .pointItem::before{
  position: absolute;
  top: 0; 
  left: 0;
  width: 59px;
  height: 59px;
  border-right: 2px solid #aed7f3;
  border-bottom: 2px solid #aed7f3;
  background-color: #fff;
  background-position: center center;
  background-size: auto 100%;
  background-repeat: no-repeat;
  content: '';
}
.productPoint__body .pointItem__01 .item__img{
  background-image: url(../../nandarou-common/img/point-item-image01.jpg);
}
.productPoint__body .pointItem__01::before{
  background-image: url(../../nandarou-common/img/point-item-num01.png);
}
.productPoint__body .pointItem__02 .item__img{
  background-image: url(../../nandarou-common/img/point-item-image02.jpg);
}
.productPoint__body .pointItem__02::before{
  background-image: url(../../nandarou-common/img/point-item-num02.png);
}
.productPoint__body .pointItem__03 .item__img{
  background-image: url(../../nandarou-common/img/point-item-image03.png);
  background-size: auto 100%;
}
.productPoint__body .pointItem__03::before{
  background-image: url(../../nandarou-common/img/point-item-num03.png);
}

/* ----------------------------------------------------------------
  contents links
---------------------------------------------------------------- */
.contents__links{
  margin-right: -15px;
  margin-left: -15px;
  padding: 70px 15px;
  border-top: 2px solid #aed7f3;
}

.links__block:not(:first-of-type){
  margin-top: 80px;
}

.links__block .links__block__title{
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
  -ms-flex-align: center;
  padding-left: 105px;
  height: 100px;
  border: 2px solid #aed7f3;
  border-top-width: 4px;
  background-color: #fff;
  font-weight: bold;
  font-size: 20px;
  font-size: 2rem;

  align-items: center; 
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  justify-content: flex-start;
}
.links__block .links__block__title__column{
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
  -ms-flex-align: start;
  height: 120px;

  align-items: flex-start; 
  justify-content: center;
}
.links__block .links__block__title .title__small{
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.8;
}
.links__block .links__block__title::before{
  position: absolute;
  top: 0; 
  left: -2px;
  width: 90px;
  height: 100%;
  border-right: 2px solid #aed7f3;
  background-position: center center;
  background-repeat: no-repeat;
  content: '';
}

.links__block .links__area{
  padding: 30px 25px; 
  border: 2px solid #aed7f3;
  border-top-width: 0;
  background-color: #fff;
}
.links__block .links__area .links__item{
  display: block;
  border: 2px solid #aed7f3;
}
.links__block .links__area .links__item:not(:first-of-type){
  margin-top: 20px;
}
.links__block .links__area .links__item:hover,
.links__block .links__area .links__item:active{
  text-decoration: none; 
  opacity: .7;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=70)';
}
.links__block .links__area div.links__item:hover,
.links__block .links__area div.links__item:active{
  opacity: 1;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
}

.links__block__movie .links__block__title::before{
  background-image: url(../../nandarou-common/img/ico-links-movie.svg);
  background-size: 50px;
}

.links__block__movie .links__area{
  padding-bottom: 25px;
}
.links__block__movie .links__area .links__item{
  border: none;
}
.links__block__movie .links__area .links__item+ .links__movie{
  margin-top: 20px;
}
.links__block__movie .links__area .links__item .movie__wrap{
  position: relative;
  overflow: hidden; 
  padding-top: 56.234%;
  height: 0;
}
.links__block__movie .links__area .links__item .movie__wrap iframe{
  position: absolute;
  top: 2px;
  left: 0;
}
.links__block__movie .links__area .links__item .movie__caption{
  margin-top: 5px;
  font-weight: 600; 
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5;
}
.links__block__movie .links__area .links__item__comingsoon .movie__wrap img{
  top: 0; 
  width: 100%;
  height: 100%;
  border: 2px solid #aed7f3;
}

.links__block__special .links__block__title::before{
  background-image: url(../../nandarou-common/img/ico-links-special.svg);
  background-size: 41px;
}

.links__block__special .links__area{
  padding-bottom: 25px;
}
.links__block__special .links__area .links__item{
  border: none;
}
.links__block__special .links__area .links__item+ .links__movie{
  margin-top: 20px;
}
.links__block__special .links__area .links__item .movie__wrap{
  position: relative;
  overflow: hidden; 
  padding-top: 56.234%;
  height: 0;
}
.links__block__special .links__area .links__item .movie__wrap iframe,
.links__block__special .links__area .links__item .movie__wrap img{
  position: absolute;
  top: 2px;
  left: 0;
}
.links__block__special .links__area .links__item .movie__caption{
  margin-top: 5px;
  font-weight: 600; 
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5;
}
.links__block__special .links__area .links__item__comingsoon .movie__wrap img{
  top: 0; 
  width: 100%;
  height: 100%;
  border: 2px solid #aed7f3;
}

.links__block__useful .links__block__title::before{
  background-image: url(../../nandarou-common/img/ico-links-useful.svg);
  background-size: 31px;
}

.links__block__useful .links__area .btn__wrap{
  margin-top: 30px;
}

.links__block__sns .links__block__title::before{
  background-image: url(../../nandarou-common/img/ico-links-sns.svg);
  background-position: calc(50% + 5px) center;
  background-size: 42px;
}

.links__block__sns .links__area .links__item .item__head{
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
  -ms-flex-align: stretch;
  border-bottom: 2px solid #aed7f3;

  align-items: stretch; 
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  justify-content: flex-start;
}
.links__block__sns .links__area .links__item .item__head .img__sns__logo{
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  border-right: 2px solid #aed7f3;

  align-items: center; 
  -ms-flex: 0 0 90px;
      flex: 0 0 90px;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  justify-content: center;
}
.links__block__sns .links__area .links__item .item__head .img__sns__logo img{
  width: 48px;
}
.links__block__sns .links__area .links__item .item__head .img__goon__logo{
  padding: 15px 20px; 
  text-align: center;

  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
}
.links__block__sns .links__area .links__item .item__head .img__goon__logo img{
  max-width: 150px;
}

.links__block__sns .links__area .links__item .item__body{
  position: relative; 
  padding: 20px;
  color: #333;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.4;
}
.links__block__sns .links__area .links__item .item__body span{
  font-size: 12px;
  font-size: 1.2rem;
}
.links__block__sns .links__area .links__item .item__body::before{
  position: absolute;
  top: 0; 
  right: 15px;
  width: 9px;
  height: 100%;
  background-image: url(../../nandarou-common/img/ico-arrow03.svg);
  background-position: center center;
  background-size: 100%;
  background-repeat: no-repeat;
  content: '';
}

*{
  color: #000;
}

.btn{
  position: relative;
  display: block;
  padding: 10px;
  border-radius: 4px;
  background-position: right 12px center; 
  background-repeat: no-repeat;
  text-align: center;
  text-decoration: none;
}
.btn:link,
.btn:visited{
  color: #fff; 
  font-size: 16px;
  font-size: 1.6rem;
}
.btn:hover,
.btn:active{
  text-decoration: none; 
  opacity: .8;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=80)';
}
.btn__anc{
  background-image: url(../img/ico-arrow-white.svg);
  background-size: 12px 6px;
}
.btn__anc:link,
.btn__anc:visited{
  background-color: #1d2088;
}
.btn__01{
  background-image: url(../img/ico-arrow-white2.svg);
  background-size: 6px 12px;
}
.btn__01:link,
.btn__01:visited{
  background-color: #1d2088;
}
.btn__02{
  padding: 11px 10px;
  background-image: url(../img/ico-arrow-white2.svg);
  background-position: right 15px center;
  background-size: 6px 12px;
  line-height: 1.5;
}
.btn__02:link,
.btn__02:visited{
  background-color: #00b900;
}

.keyVisual{
  margin: 0 -15px;
  padding: 55px 0 50px;
  border-bottom: 2px solid #aed7f3;
}

.keyVisual__inner .campaign__wrapper .keyVisual__image{
  position: relative; 
  margin: 0 auto;
  width: 82%;
}
.keyVisual__inner .campaign__wrapper .keyVisual__image::before{
  position: absolute;
  top: 0; 
  left: 0;
  width: 100%;
  height: 100%;
  border: 3px solid #aed7f3;
  content: '';
}

.keyVisual__inner .campaign__wrapper .keyVisual__image__txt{
  margin: 30px auto 0; 
  width: 82%;
}
.keyVisual__inner .campaign__wrapper .keyVisual__image__txt img:nth-of-type(1){
  max-width: 400px;
}
.keyVisual__inner .campaign__wrapper .keyVisual__image__txt img:nth-of-type(2){
  margin-top: 30px;
  max-width: 400px;
}
.keyVisual__inner .campaign__wrapper .keyVisual__image__txt img:nth-of-type(3){
  margin-top: 9px;
  max-width: 340px; 
  width: 85%;
}

.cp__msg{
  margin-top: 60px;
  margin-bottom: 60px;
  padding: 1em .5em;
  background-color: #e50012;
  color: #fff; 
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.7;
}

.anchor__navi__wrap{
  margin-top: 59px;
}
.anchor__navi__wrap .tit__anchor__navi{
  text-align: center;
}
.anchor__navi__wrap .tit__anchor__navi .tit__anchor__navi__main{
  position: relative;
  z-index: 1; 
  line-height: 1;
}
.anchor__navi__wrap .tit__anchor__navi .tit__anchor__navi__main::before{
  position: absolute;
  top: 50%;
  left: 0;
  z-index: -2; 
  width: 100%;
  height: 2px;
  background-color: #1d2088;
  content: '';
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.anchor__navi__wrap .tit__anchor__navi .tit__anchor__navi__main::after{
  position: absolute;
  top: 0;
  left: calc(50% - 131px);
  z-index: -1; 
  width: 262px;
  height: 100%;
  background-color: #fff;
  content: '';
}
.anchor__navi__wrap .tit__anchor__navi .tit__anchor__navi__main img{
  width: 234px;
  vertical-align: middle;
}
.anchor__navi__wrap .tit__anchor__navi .tit__anchor__navi__sub{
  margin-top: 9px !important;
  line-height: 1;
}
.anchor__navi__wrap .tit__anchor__navi .tit__anchor__navi__sub img{
  width: 217px;
  vertical-align: middle;
}
.anchor__navi__wrap .anchor__navi{
  margin-top: 15px;
}
.anchor__navi__wrap .anchor__navi .navi__item{
  margin-top: 5px;
}
.anchor__navi__wrap .anchor__navi .navi__item a{
  display: block;
}

.sec__intro{
  margin-top: 63px;
}
.sec__intro .intro__hl{
  padding: 35px 20px;
  border: 2px solid #aed7f3; 
  background-position: left top;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.6;
}
.sec__intro .intro__body{
  padding: 20px 20px 30px;
  border: 2px solid #aed7f3;
  border-top-width: 0;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.8;
}

.anchorNavi .navi{
  margin-top: 45px;
}
.anchorNavi .navi li{
  margin-top: 14px;
}

.sec__course{
  z-index: 1; 
  margin-top: 60px;
  padding-bottom: 40px;
  background: #1d2088;
}
.sec__course::before{
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1; 
  width: 100%;
  height: 40px;
  background-color: #fff;
  content: '';
}
.sec__course .course__title__wrap{
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  margin-bottom: 20px;
  height: 100px;
  border: 2px solid #1d2088;
  border-top-width: 4px;
  background-color: #fff;

  align-items: center; 
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  justify-content: center;
}
.sec__course .course__title__wrap .course__title img{
  width: auto;
  height: 100%;
  vertical-align: top;
}
.sec__course .course__title__wrap .course__title__course1{
  height: 68%;
}
.sec__course .course__title__wrap .course__title__course2{
  height: 22.5%;
}

.course__detail{
  border-right: 2px solid #1d2088; 
  border-left: 2px solid #1d2088;
  background-color: #fff;
}

.course__detail__title{
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
  -ms-flex-align: center;
  padding: 10px;
  border-top: 2px solid #1d2088;
  border-bottom: 2px solid #1d2088;
  line-height: 1;

  align-items: center; 
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  justify-content: flex-start;
}
.course__detail__title .detail__title__01{
  padding: 15px 0;
  background-color: #1d2088;
  color: #fff;
  text-align: center;
  white-space: nowrap; 
  font-weight: 700;
  font-size: 20px;
  font-size: 2rem;

  -ms-flex: 0 0 60px;
      flex: 0 0 60px;
}
.course__detail__title .detail__title__02,
.course__detail__title .detail__title__03{
  padding: 10px 0;
  white-space: nowrap; 
  font-weight: 700;
}
.course__detail__title .detail__title__02{
  padding-right: 11px; 
  padding-left: 11px;
}
.course__detail__title .detail__title__03{
  padding-right: 0;
  padding-left: 9px;
  border-left: 1px solid #1d2088;
}

.course__detail__body{
  padding: 20px 20px 60px; 
  background-color: #fff;
}
.course__detail__body .detail__head .item__data{
  margin-top: 20px;
}
.course__detail__body .detail__head .item__data .item__title{
  position: relative; 
  padding-left: 20px;
  font-weight: 700;
  line-height: 1.7;
}
.course__detail__body .detail__head .item__data .item__title::before{
  position: absolute;
  top: 0; 
  left: 0;
  width: 4px;
  height: 100%;
  border-radius: 2px;
  background-color: #caba7f;
  content: '';
}
.course__detail__body .detail__head .item__data .item__title span{
  font-size: 14px;
  font-size: 1.4rem;
}
.course__detail__body .detail__head .item__data .item__txt{
  margin-top: 16px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.8;
}
.course__detail__body__A .hl__detail{
  margin-top: 45px;
}
.course__detail__body__B{
  padding-bottom: 30px;
}

.hl__detail{
  margin-top: 30px;
  margin-bottom: 20px;
  padding: 10px;
  border: 2px solid #aed7f3;
  color: #2990d0;
  text-align: center; 
  font-weight: 700;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
}
.hl__detail:not(:first-of-type){
  margin-top: 50px;
}

.step__list{
  margin-bottom: 35px;
}
.step__list .step__item:not(:first-of-type){
  margin-top: 27px;
}
.step__list .step__item .step__title{
  position: relative; 
  padding-left: 65px;
  font-weight: 700;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.4;
}
.step__list .step__item .step__title img{
  position: absolute;
  top: calc(50% - 11px); 
  left: 0;
  margin-right: 16px;
  width: auto;
  height: 22px;
  vertical-align: middle;
}
.step__list .step__item .step__image{
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  overflow: hidden;
  margin-top: 15px;
  height: 130px;
  border: 1px solid #aed7f3;
  text-align: center;

  align-items: center; 
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  justify-content: center;
}
.step__list .step__item .step__txt{
  margin-top: 16px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.8;
}
.step__list .step__item .step__note{
  margin-top: 6px;
  color: #808080; 
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.7;
}
.step__list .step__item__1 .step__image img{
  height: 86px;
}
.step__list .step__item__2 .step__image img{
  height: 59px;
}
.step__list .step__item__3 .step__image img{
  height: 72px;
}
.step__list .step__item__4 .step__image img{
  height: 90px;
}

.point__list{
  margin-top: 25px;
  margin-bottom: 25px;
}
.point__list .point__item:not(:first-of-type){
  margin-top: 27px;
}
.point__list .point__item .point__image{
  position: relative; 
  overflow: hidden;
  margin-top: 15px;
  margin-bottom: 15px;
  border: 1px solid #aed7f3;
  text-align: center;
}
.point__list .point__item .point__image .image__num{
  position: absolute;
  top: 18px; 
  left: 14px;
  width: auto;
  height: 21px;
}
.point__list .point__item .point__txt{
  position: relative; 
  margin-top: 4px;
  padding-left: 16px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.8;
}
.point__list .point__item .point__txt::before{
  position: absolute;
  top: 0; 
  left: 0;
  content: '・';
}

.note{
  padding: 20px;
  background-color: #e7f3fb;
}
.note p{
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.7;
}
.note p:not(:first-of-type){
  margin-top: .5em !important;
}

.wChance{
  padding: 60px 20px 30px;
  border: 2px solid #1d2088; 
  background-color: #fff;
}
.wChance .wChance__title{
  position: relative; 
  padding: 40px 0 25px;
  background-color: #1d2088;
  text-align: center;
}
.wChance .wChance__title img{
  display: block;
  margin: 0 auto;
  height: auto;
}
.wChance .wChance__title img:first-of-type{
  width: 154px;
}
.wChance .wChance__title img:last-of-type{
  margin-top: 4px;
  width: 151px;
}
.wChance .wChance__title::before{
  position: absolute;
  top: -20px; 
  left: calc(50% - 20px);
  width: 40px;
  height: 40px;
  background-image: url(../img/ico-plus-red.png);
  background-size: 100%;
  background-repeat: no-repeat;
  content: '';
}
.wChance .wChance__body{
  border: 1px solid #1d2088;
}
.wChance .wChance__body .wChance__body .wChance__body__1{
  padding: 30px 20px;
  text-align: center;
}
.wChance .wChance__body .wChance__body .wChance__body__1 img:first-of-type{
  width: 44%;
}
.wChance .wChance__body .wChance__body .wChance__body__1 img.noPC{
  margin-top: 30px;
  width: 86%;
}
.wChance .wChance__body .wChance__body .wChance__body__2{
  padding: 18px 20px;
  border-top: 2px solid #1d2088;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.7;
}

.sec__explanation{
  margin-top: 50px;
}
.sec__explanation .ex__hl{
  padding: 35px 20px;
  border: 2px solid #aed7f3; 
  background-position: left top;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.6;
}
.sec__explanation .ex__body{
  padding: 20px 20px 30px;
  border: 2px solid #aed7f3;
  border-top-width: 0;
}
.sec__explanation .ex__body .ex__attention{
  padding: 12px 18px;
  background-color: #e40012;
  color: #fff; 
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.7;
}
.sec__explanation__campaign .ex__body{
  padding-top: 30px;
}
.sec__explanation__campaign .ex__body> .hl__detail{
  margin-top: 0;
}

.apply__list .list__item{
  position: relative; 
  margin-bottom: 15px;
  padding-left: 37px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.8;
}
.apply__list .list__item img{
  position: absolute;
  top: 0; 
  left: 0;
  width: 25px;
  height: 25px;
}

.apply__web__footer{
  margin-bottom: 60px;
}
.apply__web__footer .link__goonLine .btn{
  margin-top: 30px;
}

.cont__separate{
  margin-right: -20px;
  margin-left: -20px;
  padding-right: 20px;
  padding-left: 20px;
  border-bottom: 2px solid #aed7f3;
}
.cont__separate .campaign__outline{
  margin-bottom: 50px;
}

.cont__bottom{
  margin-top: 60px;
}
.cont__bottom .campaign__outline{
  margin-bottom: 50px;
}
.cont__bottom .campaign__outline:last-of-type{
  margin-bottom: 15px;
}

.apply__hagaki__footer .btn{
  margin-top: 30px;
}

.campaign__outline{
  margin-top: 50px;
  margin-bottom: 60px;
}
.campaign__outline:first-of-type{
  margin-top: 0;
}
.campaign__outline .hl__detail{
  margin-top: 0;
  margin-bottom: 18px;
}
.campaign__outline p{
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.8;
}
.campaign__outline p a{
  text-decoration: underline;
}
.campaign__outline p.apply__destination{
  margin-top: 8px !important;
}
.campaign__outline p.apply__deadline{
  font-weight: 700; 
  font-size: 16px;
  font-size: 1.6rem;
}
.campaign__outline p.apply__deadline+ p{
  margin-top: 0 !important;
}
.campaign__outline p.winning__nnouncement+ .winning__nnouncement{
  margin-top: 10px !important;
}
.campaign__outline p.apply__note{
  margin-top: 1em !important;
  color: #808080; 
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.7;
}
.campaign__outline p.contact__us{
  font-weight: 700; 
  font-size: 16px;
  font-size: 1.6rem;
}
.campaign__outline p.contact__us+ .contact__us{
  margin-top: 6px !important;
}
.campaign__outline p.contact__us+ .contact__us+ p{
  margin-top: 1em !important; 
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.7;
}
.campaign__outline p.contact__us a{
  color: #000;
  text-decoration: none;
}
.campaign__outline .note p{
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.7;
}
.campaign__outline .campaign__productss{
  margin-top: 20px;
}
.campaign__outline .campaign__productss .products__image{
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
  -ms-flex-align: end;

  align-items: flex-end; 
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  justify-content: flex-start;
}
.campaign__outline .campaign__productss .products__image .image__1{
  margin-right: 5%; 

  flex-basis: 30%;
  -ms-flex-preferred-size: 30%;
}
.campaign__outline .campaign__productss .products__image .image__2{
  margin-right: 10%; 

  flex-basis: 25%;
  -ms-flex-preferred-size: 25%;
}
.campaign__outline .campaign__productss .products__image .image__3{
  position: relative; 

  flex-basis: 30%;
  -ms-flex-preferred-size: 30%;
}
.campaign__outline .campaign__productss .products__image .image__3 .credit{
  position: absolute;
  bottom: -16px; 
  left: 0;
  width: 42px;
}
.campaign__outline .campaign__productss .products__data .products__note{
  margin-top: 28px;
  color: #808080; 
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.7;
}
.campaign__outline .campaign__productss .products__data .link__shopping{
  margin-top: 16px;
}

.receipt__about{
  margin-top: 24px;
}
.receipt__about .receipt__img{
  width: 93%;
}
.receipt__about .note{
  margin-top: 24px;
}

.note__list .list__item{
  position: relative; 
  margin-top: 1em;
  padding-left: 25px;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.7;
}
.note__list .list__item::before{
  position: absolute;
  top: 4px; 
  left: 0;
  width: 14px;
  height: 14px;
  background-image: url(../img/ico-note-list.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  content: '';
}

.el-c-productDetails2__modalECItem img[src*='logo_button_elleairec.png']{
  width: 233px !important;
}

.el-c-productDetails2__modalECItem img[src*='logo_button_amazon.png']{
  width: 97px !important;
}

.el-c-productDetails2__modalECItem img[src*='logo_button_lohaco.png']{
  width: 125.5px !important;
}

.el-c-productDetails2__modalECItem img[src*='logo_button_netbaby.png']{
  width: 188px !important;
}

.el-c-productDetails2__modalECItem img[src*='logo_button_ah.svg']{
  width: 191.5px !important;
}

.el-c-productDetails2__modalECItem img[src*='logo_button_toysrus.svg']{
  width: 205px !important;
}

@media only screen and (min-width: 701px){
  .bg__lattice,
  .hl01,
  .keyVisual,
  .productPoint__header,
  .contents__links,
  .sec__intro .intro__hl,
  .sec__explanation .ex__hl{
    background-image: url(../../nandarou-common/img/bg-lattice-pc.png);
    background-size: 23px 23px;
  }
  .noPC{
    display: none;
  }
  .noSP{
    display: inline;
  }
  .el-section.el-section--brandWrap img{
    width: 100%;
    height: auto;
  }
  .hl01{
    padding: 46px 55px; 
    font-size: 2.5rem;
  }
  .hl02{
    margin-bottom: 20px;
    padding: .8em 0 .8em 25px;
    font-size: 2rem;
  }
  .hl02:not(:first-child){
    margin-top: 40px;
  }
  .doctor__data .item__data .note{
    display: block;
    margin-top: 14px;
  }
  .data__title01{
    margin-top: 0;
  }
  .otherDoctor{
    margin-top: 35px;
  }
  .otherDoctor .item__img{
    margin-bottom: 20px;
  }
  .otherDoctor .item__img img{
    width: auto;
    height: 75px;
  }
  .no__pc{
    display: none;
  }
  .no__sp{
    display: inherit;
  }
  .note{
    margin-top: 2em;
    line-height: 1.75;
  }
  .main__contents{
    padding-bottom: 80px;
  }
  .sec__full{
    margin-right: 0;
    margin-left: 0;
    padding-right: 0; 
    padding-left: 0;
  }
  .sec .inner{
    margin-right: auto; 
    margin-left: auto;
    padding-right: 30px;
    padding-left: 30px;
    max-width: calc(1000px + 60px);
    width: 100%;
  }
  .sec__type01{
    margin-top: 60px;
  }
  .sec__type01:first-of-type{
    margin-top: 80px;
  }
  .sec__type01 .sec__body{
    padding: 55px;
  }
  .sec__body__column{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    -ms-flex-align: stretch;

    align-items: stretch; 
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .sec__body__column .column:not(:first-of-type){
    margin-top: 0;
  }
  .sec__body__column .column__02{
    padding-left: 50px;
  }
  .block__column{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    -ms-flex-align: stretch;
    margin-top: 20px;

    align-items: stretch; 
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .block__column .column{
    margin-top: 0;
  }
  .block__column .column__01{
    flex-basis: 67%; 
    -ms-flex-preferred-size: 67%;
  }
  .block__column .column__02{
    padding-left: 40px; 

    flex-basis: calc(43% + 40px);
    -ms-flex-preferred-size: calc(43% + 40px);
  }
  .productPoint__header{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    -ms-flex-align: end;
    padding: 80px 0 60px;

    align-items: flex-end; 
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    justify-content: center;
  }
  .productPoint__header .productPoint__title{
    margin: 0 70px 0 0; 

    flex-basis: 320px;
    -ms-flex-preferred-size: 320px;
  }
  .productPoint__header .productPoint__title .headerTitle__new{
    width: 94px;
  }
  .productPoint__header .productPoint__title .headerTitle__logo{
    margin-top: 5px;
  }
  .productPoint__header .productPoint__title .headerTitle__txt{
    margin-top: 25px;
  }
  .productPoint__header .pointHeader__body{
    flex-basis: 336px; 
    -ms-flex-preferred-size: 336px;
  }
  .productPoint__header .pointHeader__body .pointHeader__body__item{
    margin: 0; 
    width: 100%;
  }
  .productPoint__header .pointHeader__body .pointHeader__body__item .item{
    flex-basis: 163px; 
    -ms-flex-preferred-size: 163px;
  }
  .productPoint__header .pointHeader__body .pointHeader__body__item .item .item__btn{
    text-align: center;
  }
  .productPoint__header .pointHeader__body .pointHeader__body__item .item .item__btn img{
    width: 152px;
  }
  .productPoint__header .pointHeader__body .pointHeader__body__item .item:last-of-type .item__img img{
    width: 83.5%;
  }
  .productPoint__header .btn__wrap{
    margin-top: 60px; 

    flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
  }
  .link__newGoon{
    margin-top: 30px;
    margin-right: 0; 
    margin-left: 0;
  }
  .productPoint__body{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    -ms-flex-align: stretch;
    margin-right: auto;
    margin-left: auto;
    padding: 50px 40px !important;
    padding-right: 30px;
    padding-left: 30px;
    max-width: calc(1040px + 60px);
    width: 100%;

    align-items: stretch; 
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    justify-content: space-between;
  }
  .productPoint__body .pointItem{
    margin: 0 2%; 

    flex-basis: 33.333%;
    -ms-flex-preferred-size: 33.333%;
  }
  .productPoint__body .pointItem:not(:first-of-type){
    margin-top: 0;
  }
  .productPoint__body .pointItem .item__title{
    padding-left: 66px;
    height: 54px;
    line-height: 1.5;
  }
  .productPoint__body .pointItem::before{
    width: 54px;
    height: 54px;
  }
  .contents__links{
    margin-right: 0;
    margin-left: 0;
    padding: 100px 0;
  }
  .contents__links .inner{
    margin-right: auto; 
    margin-left: auto;
    padding-right: 30px;
    padding-left: 30px;
    max-width: calc(1000px + 60px);
    width: 100%;
  }
  .links__block:not(:first-of-type){
    margin-top: 60px;
  }
  .links__block .links__block__title{
    padding-left: 135px;
    height: 125px;
    border-top-width: 5px;
    font-size: 2.5rem;
  }
  .links__block .links__block__title::before{
    width: 115px;
  }
  .links__block .links__area{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    -ms-flex-align: stretch;
    padding: 30px;

    align-items: stretch; 
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    justify-content: center;
  }
  .links__block .links__area .links__item{
    margin: 2.5%; 

    flex-basis: calc(33.333% - 5.6%);
    -ms-flex-preferred-size: calc(33.333% - 5.6%);
  }
  .links__block .links__area .links__item:not(:first-of-type){
    margin-top: 2.5%;
  }
  .links__block__movie .links__block__title::before{
    background-size: 62px;
  }
  .links__block__movie .links__area{
    padding-bottom: 20px;
  }
  .links__block__movie .links__area .links__item{
    flex-basis: calc(50% - 5.6%); 
    -ms-flex-preferred-size: calc(50% - 5.6%);
  }
  .links__block__movie .links__area .links__item+ .links__movie{
    margin-top: 0;
  }
  .links__block__movie .links__area .links__item .movie__caption{
    margin-top: 8px;
  }
  .links__block__special .links__block__title::before{
    background-size: 51px;
  }
  .links__block__special .links__area{
    padding-bottom: 20px;
  }
  .links__block__special .links__area .links__item+ .links__movie{
    margin-top: 0;
  }
  .links__block__special .links__area .links__item .movie__caption{
    margin-top: 8px;
  }
  .links__block__useful .links__block__title::before{
    background-size: 39px;
  }
  .links__block__useful .links__area .btn__wrap{
    margin: 2.5%; 
    min-width: 285px;

    flex-basis: calc(33.333% - 5.6%);
    -ms-flex-preferred-size: calc(33.333% - 5.6%);
  }
  .links__block__sns .links__block__title::before{
    background-position: calc(50% + 8px) center;
    background-size: 53px;
  }
  .links__block__sns .links__area .links__item{
    flex-basis: calc(50% - 5.6%); 
    -ms-flex-preferred-size: calc(50% - 5.6%);
  }
  .keyVisual__inner{
    margin-right: auto; 
    margin-left: auto;
    padding-right: 30px;
    padding-left: 30px;
    max-width: calc(1000px + 60px);
    width: 100%;
  }
  .keyVisual__inner .campaign__wrapper{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    -ms-flex-align: stretch;
    width: 100%;

    align-items: stretch; 
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .keyVisual__inner .campaign__wrapper .keyVisual__image{
    position: relative;
    overflow: hidden; 

    flex-basis: 54.8%;
    -ms-flex-preferred-size: 54.8%;
  }
  .keyVisual__inner .campaign__wrapper .keyVisual__image::before{
    z-index: 1; 
    border-width: 6px;
  }
  .keyVisual__inner .campaign__wrapper .keyVisual__image img{
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: none;
    width: auto;
    height: 100%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .keyVisual__inner .campaign__wrapper .keyVisual__image__txt{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column; 
    -ms-flex-pack: end;
    -ms-flex-align: stretch;
    margin: 0;
    padding-left: 67px;

    align-items: stretch;
    flex-basis: 45.2%;
    -ms-flex-preferred-size: 45.2%;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    justify-content: flex-end;
  }
  .keyVisual__inner .campaign__wrapper .keyVisual__image__txt img:nth-of-type(1){
    max-width: 323px;
  }
  .keyVisual__inner .campaign__wrapper .keyVisual__image__txt img:nth-of-type(2){
    margin-top: 27px;
    max-width: 323px;
  }
  .keyVisual__inner .campaign__wrapper .keyVisual__image__txt img:nth-of-type(3){
    margin-top: 10px;
    max-width: 284px; 
    width: 85%;
  }
  .cp__msg{
    margin-top: 85px;
    margin-right: auto; 
    margin-left: auto;
    padding: .8em .5em;
    padding-right: 30px;
    padding-left: 30px;
    max-width: 1000px;
    max-width: calc(940px + 60px);
    width: 100%;
    font-size: 2rem;
  }
  .cp__msg br{
    display: none;
  }
  .anchor__navi__wrap{
    margin: 80px auto;
    max-width: 700px;
  }
  .anchor__navi__wrap .tit__anchor__navi .tit__anchor__navi__main::after{
    left: calc(50% - 179px); 
    width: 358px;
  }
  .anchor__navi__wrap .tit__anchor__navi .tit__anchor__navi__main img{
    width: 316px;
  }
  .anchor__navi__wrap .tit__anchor__navi .tit__anchor__navi__sub{
    margin-top: 10px !important;
  }
  .anchor__navi__wrap .anchor__navi{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    -ms-flex-align: stretch;
    margin-top: 15px;

    align-items: stretch; 
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    justify-content: space-between;
  }
  .anchor__navi__wrap .anchor__navi .navi__item{
    margin: 10px 0 0; 

    flex-basis: calc(50% - 5px);
    -ms-flex-preferred-size: calc(50% - 5px);
  }
  .anchor__navi__wrap .anchor__navi .navi__item__last{
    background-color: #1d2088;
  }
  .anchor__navi__wrap .anchor__navi .navi__item__last a{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    -ms-flex-align: center;
    height: 100%;

    align-items: center; 
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    justify-content: center;
  }
  .sec__intro{
    margin-top: 80px;
  }
  .sec__intro .intro__hl{
    padding: 46px 42px; 
    font-size: 2.5rem;
  }
  .sec__intro .intro__body{
    padding: 45px 40px 50px;
  }
  .anchorNavi .navi{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    -ms-flex-align: stretch;
    margin-top: 25px;

    align-items: stretch; 
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    justify-content: space-between;
  }
  .anchorNavi .navi li{
    margin-top: 0; 

    flex-basis: 48.88%;
    -ms-flex-preferred-size: 48.88%;
  }
  .anchorNavi .navi li a{
    padding: 11px 10px;
  }
  .sec__course{
    margin-top: 100px;
    padding-bottom: 80px;
  }
  .sec__course::before{
    height: 44px;
  }
  .sec__course .course__title__wrap{
    height: 125px;
  }
  .sec__course .course__title__wrap .course__title__course1{
    height: 39.5%;
  }
  .sec__course .course__title__wrap .course__title__course2{
    height: 24.8%;
  }
  .course__detail__title{
    padding: 20px;
  }
  .course__detail__title .detail__title__01{
    padding: 20px 0;
    font-size: 2.4rem; 

    -ms-flex: 0 1 126px;
        flex: 0 1 126px;
  }
  .course__detail__title .detail__title__02,
  .course__detail__title .detail__title__03{
    padding: 8px 0;
    font-size: 1.9rem;
  }
  .course__detail__title .detail__title__02{
    padding-right: 30px; 
    padding-left: 30px;
  }
  .course__detail__title .detail__title__03{
    padding-left: 20px;
  }
  .course__detail__body{
    padding: 40px 40px 60px;
  }
  .course__detail__body .detail__head{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    -ms-flex-align: stretch;

    align-items: stretch; 
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .course__detail__body .detail__head .item__image{
    margin-right: 50px; 

    -ms-flex: 0 0 300px;
        flex: 0 0 300px;
  }
  .course__detail__body .detail__head .item__data{
    margin-top: 0; 

    flex-basis: auto;
    -ms-flex-preferred-size: auto;
  }
  .course__detail__body .detail__head .item__data .item__title{
    padding-left: 24px;
    font-size: 2rem;
  }
  .course__detail__body .detail__head .item__data .item__txt{
    margin-top: 25px;
  }
  .course__detail__body .detail__head .item__data .note{
    margin-top: 10px;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .course__detail__body__A{
    padding-bottom: 80px;
  }
  .course__detail__body__A .hl__detail{
    margin-top: 60px;
    margin-bottom: 40px;
  }
  .course__detail__body__A .detail__head .item__data{
    margin-top: 30px;
  }
  .course__detail__body__B .detail__head .item__data{
    margin-top: 30px;
  }
  .hl__detail{
    margin-top: 40px;
  }
  .hl__detail:not(:first-of-type){
    margin-top: 60px;
  }
  .step__list{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    -ms-flex-align: stretch;
    margin-bottom: 0;

    align-items: stretch; 
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    justify-content: space-between;
  }
  .step__list .step__item{
    margin-bottom: 50px; 

    flex-basis: calc(50% - 17px);
    -ms-flex-preferred-size: calc(50% - 17px);
  }
  .step__list .step__item:not(:first-of-type){
    margin-top: 0;
  }
  .step__list .step__item .step__title{
    padding-left: 70px;
  }
  .step__list .step__item .step__txt{
    margin-top: 16px;
  }
  .step__list .step__item .step__note{
    margin-top: 4px;
    line-height: 1.75;
  }
  .point__list{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    -ms-flex-align: stretch;
    margin-top: 50px;
    margin-bottom: 0;

    align-items: stretch; 
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    justify-content: space-between;
  }
  .point__list .point__item{
    margin-bottom: 15px; 

    flex-basis: calc(50% - 17px);
    -ms-flex-preferred-size: calc(50% - 17px);
  }
  .point__list .point__item:not(:first-of-type){
    margin-top: 0;
  }
  .note{
    padding: 20px 25px;
  }
  .wChance{
    padding: 60px 40px 40px;
  }
  .wChance .wChance__title img{
    display: inline-block;
  }
  .wChance .wChance__title img:first-of-type{
    margin-right: 5px;
    width: 182px;
  }
  .wChance .wChance__title img:last-of-type{
    margin-top: 0;
    width: 178px;
  }
  .wChance .wChance__body .wChance__body{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    -ms-flex-align: stretch;

    align-items: stretch; 
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .wChance .wChance__body .wChance__body .wChance__body__1{
    padding: 20px 0 25px;
    white-space: nowrap; 

    flex-basis: 56%;
    -ms-flex-preferred-size: 56%;
  }
  .wChance .wChance__body .wChance__body .wChance__body__1 img{
    display: inline-block;
    vertical-align: middle;
  }
  .wChance .wChance__body .wChance__body .wChance__body__1 img:first-of-type{
    margin-right: 40px; 
    width: 94px;
  }
  .wChance .wChance__body .wChance__body .wChance__body__1 img.noPC{
    display: none;
  }
  .wChance .wChance__body .wChance__body .wChance__body__1 img.noSP{
    width: 283px;
  }
  .wChance .wChance__body .wChance__body .wChance__body__2{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    -ms-flex-align: center;
    padding: 0 40px;
    border-top: none;
    border-left: 2px solid #1d2088;

    align-items: center; 
    flex-basis: 44%;
    -ms-flex-preferred-size: 44%;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    justify-content: center;
  }
  .sec__explanation{
    margin-top: 100px;
  }
  .sec__explanation .ex__hl{
    padding: 46px; 
    font-size: 2.5rem;
  }
  .sec__explanation .ex__body{
    padding: 50px 45px 60px;
  }
  .sec__explanation .ex__body .ex__attention{
    text-align: center; 
    font-size: 1.4rem;
  }
  .sec__explanation__campaign .ex__body{
    padding-top: 50px;
  }
  .apply__list .list__item{
    margin-bottom: 20px;
  }
  .apply__list .list__item img{
    width: 25px;
    height: 25px;
  }
  .apply__web__footer{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    -ms-flex-align: stretch;
    margin-top: 30px;

    align-items: stretch; 
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .apply__web__footer .note{
    margin-top: 0;
    margin-right: 50px; 

    flex-basis: auto;
    -ms-flex-preferred-size: auto;
  }
  .apply__web__footer .link__goonLine{
    -ms-flex: 1 0 310px;
        flex: 1 0 310px;
  }
  .apply__web__footer .link__goonLine .btn{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    -ms-flex-align: center;
    margin-top: 0;
    padding: 30px;
    height: 100%;
    border: 2px solid #00b900;
    background-color: #fff;
    background-image: none;
    color: #000;
    text-align: left;
    font-weight: 700;
    font-size: 1.4rem;
    line-height: 1.85;
    pointer-events: none;

    align-items: center; 
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    justify-content: space-between;
  }
  .apply__web__footer .link__goonLine .btn::after{
    width: 100px;
    height: 100px;
    background-image: url(../img/qr-line.png);
    background-size: cover; 
    background-repeat: no-repeat;
    content: '';
  }
  .cont__separate{
    margin-right: -45px;
    margin-left: -45px;
    padding-right: 45px;
    padding-left: 45px;
    border-bottom: 2px solid #aed7f3;
  }
  .cont__separate .campaign__outline{
    margin-bottom: 60px;
  }
  .cont__bottom{
    margin-top: 80px;
  }
  .cont__bottom .campaign__outline{
    margin-bottom: 60px;
  }
  .apply__hagaki__footer{
    margin-top: 30px;
  }
  .apply__hagaki__footer .btn{
    margin: 37px auto 0;
    max-width: 300px;
  }
  .campaign__outline{
    margin-top: 54px;
  }
  .campaign__outline .hl__detail{
    margin-bottom: 20px;
  }
  .campaign__outline p.apply__deadline{
    display: inline-block;
  }
  .campaign__outline p.apply__deadline+ p{
    display: inline-block;
  }
  .campaign__outline p.contact__us+ .contact__us{
    margin-top: 8px !important;
  }
  .campaign__outline p.contact__us+ .contact__us+ p{
    margin-top: .8em !important;
  }
  .campaign__outline .campaign__productss{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row-reverse;
        flex-direction: row-reverse; 
    -ms-flex-pack: justify;
    -ms-flex-align: end;
    margin-top: -15px;
    padding-right: 30px;

    align-items: flex-end;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    justify-content: space-between;
  }
  .campaign__outline .campaign__productss .products__image{
    margin-right: 45px; 

    -ms-flex: 0 0 300px;
        flex: 0 0 300px;
  }
  .campaign__outline .campaign__productss .products__image .image__3 .credit{
    bottom: 0; 
    left: 93px;
  }
  .campaign__outline .campaign__productss .products__data{
    margin-top: 0; 

    flex-basis: auto;
    -ms-flex-preferred-size: auto;
  }
  .campaign__outline .campaign__productss .products__data .link__shopping{
    margin-top: 20px;
  }
  .campaign__outline .campaign__productss .products__data .link__shopping .el-c-productDetails2__buttonItems{
    position: relative;
  }
  .receipt__about{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    -ms-flex-align: stretch;
    margin-top: 28px;

    align-items: stretch; 
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    justify-content: space-between;
  }
  .receipt__about .receipt__img{
    -ms-flex: 0 0 329px;
        flex: 0 0 329px;
  }
  .receipt__about .receipt__img img{
    width: 280px;
  }
  .receipt__about .note{
    margin-top: 0; 

    flex-basis: auto;
    -ms-flex-preferred-size: auto;
  }
}

@media only screen and (min-width: 1000px){
  .keyVisual{
    margin: 0;
    padding: 65px 0;
    border-width: 4px;
  }
  .keyVisual{
    margin: 0;
    padding: 66px 0;
  }
}

@media only screen and (min-width: 375px){
  .course__detail__title .detail__title__01{
    -ms-flex: 0 0 80px;
        flex: 0 0 80px;
  }
  .course__detail__title .detail__title__02{
    padding-right: 16px; 
    padding-left: 20px;
  }
  .course__detail__title .detail__title__03{
    padding-right: 5px; 
    padding-left: 16px;
  }
}
