@charset "UTF-8";
/*==========================================================================
 common css
 ========================================================================== */
main .imgRep {
	overflow: hidden;
	white-space: nowrap;
	text-indent: 100%;
	display: block;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100%;
}
main .inlineWrap {
  letter-spacing: 0;
  font-size: 0;
}
main .br { display: block; }
main .spBr { display: none; }
main .split { display: inline-block; }
main .fontBold { font-weight: bold; }
main .fontRed { color: #f00; }
main :hover { opacity: 1.0; }


/*==========================================================================
 mv
 ========================================================================== */
main {
  padding: 0;
  background: #f0f5f9; 
  border-bottom: 1px solid #fff;
}
main .mv { background-color: #2bb6f9; }
main .mvBg {
  max-width: 1250px;
  margin: 0 auto;
  background-image: url(/lp/parent/img/mv_bg.jpg);
  background-size: 100%;
}
main .mvInner {
  position: relative;
  max-width: 960px;
  margin: 0 auto;
}
main h1 {
  width: 40.8333%; /* 960:392=100:x*/
  height: 0;
  margin: 0 0 0 40px;
  padding: 0 0 40.625% 0; /* 960:390=100:x*/ /* 1250:390=100:x*/
  background-color: transparent;
  background-image: url(/lp/parent/img/mv_text.png);
  background-position: left;
}
main .mvInner::after {
  position: absolute;
  right: 40px;
  bottom: 0;
  content: '';
  display: block;
  width: 45.8333%; /* 960:440=100:x */
  height: 0;
  padding-bottom: 35.624%; /* 960:342=100:x -0.1%*/
  background-image: url(/lp/parent/img/mv_char.png);
  background-size: 100%;
  background-repeat: no-repeat
}
main .linkWrap { background: #232323; }
main .headLink {
  clear: both;
  max-width: 960px;
  margin: 0 auto;
  padding: 12px 20px;
}
main .headLink li { margin: 0; }
main .headLink li:not(:last-of-type) { margin-right: 25px; }
main .headLink .btn {
  width: 226px;
  margin: 0;
  padding: 12px 32px 11px 14px;
  text-align: left;
  border-radius: 4px;
  font-size: 16px;
}
main .headLink .btn.arrow-d::after { right: 12px; }


@media screen and (max-width: 1024px) { 
  body { min-width: 1024px; }
}


@media screen and (max-width: 767px) {
  body { min-width: auto }
  main h1 {
    width: 42%;
    padding: 0 0 42% 0;
  }
  main .mvInner::after {
    width: 42%;
    padding-bottom: 32.6454%; /* 440px:342px=42%:x */
    background-size: cover;
  }
  main .headLink li { display: block; }
  main .headLink li:not(:last-of-type) { margin: 0 0 8px;  }
  main .headLink .btn {
    width: 334px;
    font-size: 13px;
  }
}


@media screen and (max-width: 583px) {
  main h1 {
    width: 46%;
    margin: 0 0 0 28px;
    padding: 0 0 46% 0;
  }
  main .mvInner::after {
    width: 42%;
    padding-bottom: 32.6454%; /* 440px:342px=42%:x */
    right: 20px;
  }
}


@media screen and (max-width: 479px) {
  main .mvBg {
    background-size: 177%;
    background-position: top 0px left -24px;
  }
  main .mvInner { padding-bottom: 2%; }
  main h1 {
    width: 62%;
    margin: 0 auto;
    padding: 0 0 60% 0;
  }
  main .mvInner::after { display: none; }
  main .headLink .btn {
    width: 248px;
    padding: 9px 32px 8px 20px;
    font-size: 12px;
  }
  main .headLink .btn.arrow-d::after { right: 20px; }
  .arrow-r::after,
  .arrow-l::after,
  .arrow-u::after,
  .arrow-d::after {
    width: 8px;
    height: 8px;
  }
  .arrow-d::after { top: -6px; }
}


/*==========================================================================
 wrap
 ========================================================================== */
main .wrapOuter { padding: 0 20px; }
main .wrap {
  overflow: hidden;
  max-width: 960px;
  margin: 0 auto;
  padding: 54px 0 56px;
  background: #fff;
}
main .share_box {
  float: right;
  margin: 0 30px 24px;
}


@media screen and (max-width: 767px) {
  main .wrap {
    padding-top: 44px;
    padding-bottom: 44px;
  }
}


@media screen and (max-width: 583px) {
  main .wrap { padding-top: 32px; }
  main .wrapOuter { padding: 0; }
}


/*==========================================================================
 content 1
 ========================================================================== */
main #cont1 { margin-bottom: 88px; }
main h2 {
  position: relative;
  padding: 0 30px 0 80px; /* 50px+30px */
  font-size: 30px;
  text-align: left;
}
main #cont1 h2 { margin-bottom: 40px; }
main h2::before,
main h2::after {
  position: absolute;
  content: '';
  display: block;
  border-radius: 50%;
}
main h2::before {
  top: -2px;
  left: 28px; /* 30-2px */
  width: 40px;
  height: 40px;
  background: #f00;
}
main h2::after {
  top: 9px; /* 11-2 */
  left: 39px; /* 30+11-2 */
  width: 18px;
  height: 18px;
  background: #fff;
}
main #cont1 .talkWrap:nth-of-type(1) { margin-bottom: 52px; }
main #cont3 div.talkWrap:nth-of-type(1) { margin-bottom: -74px; }
main #cont3 div.talkWrap:nth-of-type(3),
main #cont3 div.talkWrap:nth-of-type(5 ) { margin-bottom: -66px; }
main .talkWrap p {
  position: relative;
  margin-bottom: 0;
  padding: 0 50px;
  background-repeat: no-repeat;
  background-size: 178px auto;
}
main .talkWrap p.left {
  text-align: right;
  background-position: top 50% left 50px;
}
main .talkWrap p.right {
  text-align: left;
  background-position: top 50% right 50px;
}
main #cont1 .talkWrap p:nth-of-type(1),
main #cont1 .talkWrap p:nth-of-type(3),
main #cont3 div.talkWrap:nth-of-type(3) p:nth-of-type(1) { background-image: url(/lp/parent/img/talk_f01.png); }
main #cont1 .talkWrap p:nth-of-type(2) {
  margin-top: -12px;
  background-image: url(/lp/parent/img/talk_i01.png);
}
main #cont1 .talkWrap p:nth-of-type(3) { margin-top: -12px; }
main #cont1 .talkWrap p:nth-of-type(4),
main #cont3 div.talkWrap:nth-of-type(1) p:nth-of-type(1) {
  background-image: url(/lp/parent/img/talk_i02.png);
  background-size: 217px auto; /* 216px:263px=178px:x */
  background-position: top 50% right 30px;
}
main #cont1 .talkWrap p:nth-of-type(4) { margin-top: -22px; }
main #cont1 .talkWrap p:nth-of-type(5) {
  margin-top: 8px;
  background-image: url(/lp/parent/img/talk_f02.png);
  background-size: 198px auto; /* 216px:240px=178px:x */
  background-position: top 50% left 40px;
}
main #cont1 .talkWrap p:nth-of-type(6) {
  margin-top: 16px;
  background-image: url(/lp/parent/img/talk_i03.png);
}
main #cont1 .talkWrap p:nth-of-type(7) {
  margin-top: 12px;
  background-image: url(/lp/parent/img/talk_m01.png);
}
main #cont3 div.talkWrap:nth-of-type(1) p:nth-of-type(2) {
  margin-top: 2px;
  background-image: url(/lp/parent/img/talk_f03.png);
}
main #cont3 div.talkWrap:nth-of-type(5) p:nth-of-type(1) { background-image: url(/lp/parent/img/talk_i04.png); }
main #cont3 div.talkWrap:nth-of-type(5) p:nth-of-type(2) {
  margin-top: 8px;
  background-image: url(/lp/parent/img/talk_f04.png);
  background-size: 217px auto; /* 216px:263px=178px:x */
    background-position: top 50% left 28px;
}
main .talkWrap p.left::before,
main .talkWrap p.right::after{
  content: '';
  display: inline-block;
  width: 0;
  height: 178px;
  vertical-align: middle;
}
main #cont1 .talkWrap p.right:nth-of-type(4)::after,
main #cont3 div.talkWrap:nth-of-type(1) p.right:nth-of-type(1)::after { height: 199px; /*263px:241px=217px:x */ }
main #cont1 .talkWrap p.left:nth-of-type(5)::before { height: 199px; /*240px:227px=198px:x */ }
main #cont1 .talkWrap p.right:nth-of-type(6)::after { height: 181px; /*216px:219px=178px:x */ }
main #cont1 .talkWrap p.left:nth-of-type(7)::before { height: 183px; /*216px:221px=178px:x */ }
main #cont3 div.talkWrap:nth-of-type(1) p.left:nth-of-type(2)::before { height: 187px; /*216px:226px=178px:x */ }
main #cont3 div.talkWrap:nth-of-type(5) p.right:nth-of-type(1)::after { height: 183px; /*216px:221px=178px:x */ }
main #cont3 div.talkWrap:nth-of-type(5) p.left:nth-of-type(2)::before { height: 206px; /*263px:249px=217px:x */ }
main .talkWrap p .talk {
  position: relative;
  display: inline-block;
  width: 74%;
  padding: 28px 20px 27px;
  vertical-align: middle;
  text-align: left;
  font-weight: bold;
  font-size: 18px;
  font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "Noto Sans JP", sans-serif;
  background-color: #fff;
  border: 2px solid #444;
  border-radius: 6px;
}
main #cont1 .talkWrap p:nth-of-type(4) .talk,
main #cont3 div.talkWrap:nth-of-type(1) p:nth-of-type(1) .talk,
main #cont3 div.talkWrap:nth-of-type(5) p:nth-of-type(2) .talk { top: 10px; }
main #cont1 .talkWrap p:nth-of-type(5) .talk { top: 5px; }
main .talkWrap p .talk::before,
main .talkWrap p .talk::after {
  position: absolute;
  top: 50%;
  content: '';
  display: block;
  margin-top: -10px;
  border-radius: 2px;
}
main .talkWrap p.left .talk::before,
main .talkWrap p.left .talk::after {
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 32px solid #444;
}
main .talkWrap p.right .talk::before,
main .talkWrap p.right .talk::after {
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 32px solid #444;
}
main .talkWrap p.left .talk::before { left: -32px; }
main .talkWrap p.left .talk::after {
  left: -26px;
  border-right-color: #fff;
}
main .talkWrap p.right .talk::before { right: -32px; }
main .talkWrap p.right .talk::after {
  right: -26px;
  border-left-color: #fff;
}
main #cont1 .talkWrap p .charInfo {
  position: absolute;
  top: 10px;
  left: 50px;
  width: 178px;
  line-height: 1.2;
  text-align: center;
  font-weight: bold;
  font-size: 15px;
  color: #fff;
  text-shadow: 0px 0px 3px rgba(0,0,0,1.0);
}
main #cont1 .talkWrap p:nth-of-type(2) .charInfo {
  left: auto;
  right: 50px;
}
main #cont1 .talkWrap p:nth-of-type(3) .charInfo,
main #cont1 .talkWrap p:nth-of-type(4) .charInfo,
main #cont1 .talkWrap p:nth-of-type(5) .charInfo,
main #cont1 .talkWrap p:nth-of-type(6) .charInfo,
main #cont3 .talkWrap p .charInfo {
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}
main #cont1 .talkWrap p:nth-of-type(3) .charInfo br,
main #cont1 .talkWrap p:nth-of-type(4) .charInfo br,
main #cont1 .talkWrap p:nth-of-type(5) .charInfo br,
main #cont1 .talkWrap p:nth-of-type(6) .charInfo br,
main #cont3 .talkWrap p .charInfo { display: none; }
main #cont1 .teach {
  position: relative;
  display: inline-block;
  margin: 0 40px;
  padding-top: 32px;
  text-align: left;
}
main #cont1 .teach p {
  position: absolute;
  top: 0;
  right: 0;
  width: 68%;
  display: inline-block;
  padding: 40px 20px 24px;
  font-weight: bold;
  font-size: 21px;
  background: #ffe595;
  border-radius: 4px;
}
main #cont1 .teach p::before {
  content: '';
  position: absolute;
  top: -28%;
  display: block;
  width: 24%; /* 155px 102px */
  height: 0;
  padding-bottom: 15.7935%; /* 155px:102px=24%;x */
  background-image: url(/lp/parent/img/ok.png);
  background-size: 100%;
  background-repeat: no-repeat;
}
main #cont1 .teach p::after{
  content: '';
  position: absolute;
  top: 100%;
  left: 8%;
  display: block;
  border-left: 4px solid transparent;
  border-top: 40px solid #ffe595;
  border-right: 30px solid transparent;
}
main #cont1 .teach img {
  position: relative;
  z-index: 2;
  vertical-align: bottom;
}
main #cont1 .teach img:nth-of-type(1) {
  width: 40%;
  margin-right: 4.5%;
}
main #cont1 .teach img:nth-of-type(2) { width: 55.5%; }


@media screen and (max-width: 767px) {
  main #cont1 { margin-bottom: 64px; }
  main h2 {
    padding: 0px 20px 0 56px;
    line-height: 1.3;
    font-size: 28px;
  }
  main #cont1 h2 { margin-bottom: 32px; }
  main h2::before {
    top: 0;
    left: 20px;
    width: 30px;
    height: 30px;
  }
  main h2::after {
    top: 8px;
    left: 28px;
    width: 14px;
    height: 14px;
  }
      main #cont1 h2::before {
    top: 50%;
    margin-top: -15px;
  }
  main #cont1 h2::after {
    top: 50%;
    margin-top: -7px;
  }
  main #cont1 .talkWrap { margin-bottom: 58px; }
  main .talkWrap p {
    padding: 0 30px;
    background-size: 130px auto;
  }
  main .talkWrap p.left { background-position: top 50% left 30px; }
  main .talkWrap p.right { background-position: top 50% right 30px; }
  main #cont1 .talkWrap p .charInfo {
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
  }
  main #cont1 .talkWrap p .charInfo br { display: none; }
  main #cont1 .talkWrap p:nth-of-type(3) { margin-top: -6px; }
  main #cont1 .talkWrap p:nth-of-type(4) { margin-top: -10px; }
  main #cont1 .talkWrap p:nth-of-type(5) { margin-top: 16px; }
  main #cont1 .talkWrap p:nth-of-type(7) { margin-top: 16px; }
  main #cont3 div.talkWrap:nth-of-type(1) p:nth-of-type(2) { margin-top: 14px; }
  main #cont1 .talkWrap p:nth-of-type(4),
  main #cont3 div.talkWrap:nth-of-type(1) p:nth-of-type(1) {
    background-size: 159px auto; /* 216px:263px:130px:x */
      background-position: top 50% right 17px;
  }
  main #cont1 .talkWrap p:nth-of-type(5) {
    background-size: 145px auto; /* 216px:240px:130px:x */
    background-position: top 50% left 22px;
  }
  main #cont3 div.talkWrap:nth-of-type(5) p:nth-of-type(2) {
    background-size: 159px auto; /* 216px:263px:130px:x */
    background-position: top 50% left 14px;
  }
  main .talkWrap p.left::before,
  main .talkWrap p.right::after { height: 130px; }
  main #cont1 .talkWrap p.right:nth-of-type(4)::after,
  main #cont3 div.talkWrap:nth-of-type(1) p.right:nth-of-type(1)::after { height: 146px; /*263px:241px=159px:x */ }
  main #cont1 .talkWrap p.left:nth-of-type(5)::before { height: 138px; /*240px:227px=145px:x */ }
  main #cont1 .talkWrap p.right:nth-of-type(6)::after { height: 132px; /*216px:219px=130px:x */ }
  main #cont1 .talkWrap p.left:nth-of-type(7)::before { height: 134px; /*216px:221px=130px:x */ }
  main #cont3 div.talkWrap:nth-of-type(1) p.left:nth-of-type(2)::before { height: 137px; /*216px:226px=130px:x */ }
  main #cont3 div.talkWrap:nth-of-type(5) p.right:nth-of-type(1)::after { height: 134px; /*216px:221px=130px:x */ }
  main #cont3 div.talkWrap:nth-of-type(5) p.left:nth-of-type(2)::before { height: 151px; /*263px:249px=159px:x */ }
  main .talkWrap p .talk {
    width: 66%;
    padding: 18px 22px 17px;
    font-size: 14px;
  }
  main .talkWrap p.left .talk::before, main .talkWrap p.left .talk::after {
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-right-width: 26px;
  }
  main .talkWrap p.left .talk::before { left: -26px; }
  main .talkWrap p.left .talk::after { left: -20px; }
  main .talkWrap p.right .talk::before, main .talkWrap p.right .talk::after {
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left-width: 26px;
  }
  main .talkWrap p.right .talk::before { right: -26px; }
  main .talkWrap p.right .talk::after { right: -20px; }
  main #cont3 div.talkWrap:nth-of-type(1) { margin-bottom: -5.5%; }
  main #cont3 div.talkWrap:nth-of-type(3) { margin-bottom: -5.8%; }
  main #cont3 div.talkWrap:nth-of-type(5) { margin-bottom: -8%; }
  main #cont1 .talkWrap p:nth-of-type(4) .talk,
  main #cont3 div.talkWrap:nth-of-type(1) p:nth-of-type(1) .talk,
  main #cont3 div.talkWrap:nth-of-type(5) p:nth-of-type(2) .talk { top: 7px; }
  main #cont1 .talkWrap p:nth-of-type(5) .talk { top: 3px; }
  main #cont1 .teach { padding-top: 9%; }
  main #cont1 .teach p {
    width: 73%;
    top: 0;
    font-size: 15px;
  }
  main #cont1 .teach p { padding: 50px 20px 24px; }
  main #cont1 .teach p::before {
    width: 122px;
    padding-bottom: 81px; /* 155:102=122:x */
  }
  main #cont1 .teach p::after{
    left: 13%;
    border-left: 4px solid transparent;
    border-top: 29px solid #ffe595;
    border-right: 21px solid transparent;
  }
  main #cont1 .teach p br:nth-of-type(2) { display: none; }
}


@media screen and (max-width: 583px) {
  main h2 {
    padding: 0px 20px 0 56px;
    font-size: 24px;
    line-height: 1.3;
  }
  main #cont1 h2 { margin-bottom: 24px; }
  main h2::before {
    top: -2px;
    left: 18px;
  }
  main #cont1 h2::before {
    top: 50%;
    margin-top: -15px;
  }
  main h2::after {
    top: 6px;
    left: 26px;
  }
  main #cont1 h2::after {
    top: 50%;
    margin-top: -7px;
  }
  main #cont1 .talkWrap:nth-of-type(1) { margin-bottom: 48px; }
  main #cont3 div.talkWrap:nth-of-type(1) { margin-bottom: -4.5%; }
  main #cont3 div.talkWrap:nth-of-type(3) { margin-bottom: -6.8%; }
  main #cont3 div.talkWrap:nth-of-type(5) { margin-bottom: -7%; }
  main .talkWrap p {
    padding: 0 20px;
    background-size: 100px auto;
  }
  main .talkWrap p .talk { width: 66.5%; }
  main #cont1 .spBr { display: block; }
  main .talkWrap p.left { background-position: top 50% left 20px; }
  main .talkWrap p.right { background-position: top 50% right 20px; }
  main #cont1 .talkWrap p:nth-of-type(4),
  main #cont3 div.talkWrap:nth-of-type(1) p:nth-of-type(1) {
    background-size: 122px auto; /* 216px:263px=100px:x */
    background-position: top 50% right 10px;
  }
  main #cont1 .talkWrap p:nth-of-type(5) {
    background-size: 112px auto; /* 216px:240px=100px:x */
    background-position: top 50% left 13px;
  }
  main #cont3 div.talkWrap:nth-of-type(5) p:nth-of-type(2) {
    background-size: 122px auto; /* 216px:263px=100px:x */
    background-position: top 50% left 7px;
  }
  main #cont1 .talkWrap p:nth-of-type(2) { margin-top: 0px; }
  main #cont1 .talkWrap p:nth-of-type(3) { margin-top: 8px; }
  main #cont1 .talkWrap p:nth-of-type(4) { margin-top: 5px; }
  main #cont1 .talkWrap p:nth-of-type(5) { margin-top: 18px; }
  main #cont1 .talkWrap p:nth-of-type(6) { margin-top: 19px; }
  main #cont1 .talkWrap p:nth-of-type(7) { margin-top: 18px; }
  main #cont3 div.talkWrap:nth-of-type(1) p:nth-of-type(2) { margin-top: 18px; }
  main #cont3 div.talkWrap:nth-of-type(5) p:nth-of-type(2) { margin-top: 10px; }
  main .talkWrap p.left::before, main .talkWrap p.right::after { height: 100px; }
  main #cont1 .talkWrap p.right:nth-of-type(4)::after,
  main #cont3 div.talkWrap:nth-of-type(1) p.right:nth-of-type(1)::after { height: 112px; /* 263px:241px=122px:x */ }
  main #cont1 .talkWrap p.left:nth-of-type(5)::before { height: 106px; /* 240px:227x=112px:x */ }
  main #cont1 .talkWrap p.right:nth-of-type(6)::after { height: 102px; /* 216px:219x=100px:x */ }
  main #cont1 .talkWrap p.left:nth-of-type(7)::before { height: 103px; /* 216px:221x=100px:x */ }
  main #cont3 div.talkWrap:nth-of-type(1) p.left:nth-of-type(2)::before { height: 105px; /* 216px:226x=100px:x */ }
  main #cont3 div.talkWrap:nth-of-type(5) p.right:nth-of-type(1)::after { height: 103px; /* 216px:221x=100px:x */ }
  main #cont3 div.talkWrap:nth-of-type(5) p.left:nth-of-type(2)::before { height: 116px; /* 263px:249x=122px:x */ }
  
  
  
  main #cont1 .talkWrap p:nth-of-type(4) .talk,
  main #cont3 div.talkWrap:nth-of-type(1) p:nth-of-type(1) .talk { top: 3px; }
  main #cont1 .talkWrap p:nth-of-type(5) .talk { top: 1px; }
  main #cont3 div.talkWrap:nth-of-type(5) p:nth-of-type(2) .talk { top: 0; }
  
  
  main #cont1 .teach {
    margin: 0 20px;
    padding-top: 56px;
  }
  main #cont1 .teach p {
    width: 72%;
     padding: 46px 20px 24px;
    font-size: 14px;
  }
    main #cont1 .teach p::before {
    width: 110px;
    padding-bottom: 73px; /* 155:102=110:x */
  }
  main #cont1 .teach p::after { left: 11%; }
}


@media screen and (max-width: 479px) {
  main #cont1 { margin-bottom: 48px; }
  main h2 {
    margin-bottom: 20px;
    padding: 0px 12px 0 44px;
    font-size: 19px;
  }
    main #cont1 h2 { margin-bottom: 20px; }
    main #cont2 h2 { margin-bottom: 24px; }
  main #cont3 h2 { margin-bottom: 22px; }
  main h2::before {
    left: 12px;
    width: 24px;
    height: 24px;
  }
  main h2::after {
    left: 19px;
    top: 5px;
    width: 10px;
    height: 10px;
  }
    main #cont3 h2::before {
    top: 50%;
    margin-top: -15px;
  }
  main #cont1 h2::after,
  main #cont3 h2::after { margin-top: -8px; }
  main #cont3 h2::after { top: 50%; }
  main .talkWrap p {
    padding: 0 12px;
    background-size: 70px auto;
  }
  main #cont1 .talkWrap:nth-of-type(1) { margin-bottom: 12px; }
  main #cont3 div.talkWrap:nth-of-type(1) { margin-bottom: -4px; }
  main #cont3 div.talkWrap:nth-of-type(3) { margin-bottom: -6px; }
  main #cont3 div.talkWrap:nth-of-type(5) { margin-bottom: -6px; }
  main #cont1 .talkWrap p:nth-of-type(2) { margin-top: 8px; }
  main #cont1 .talkWrap p:nth-of-type(3) { margin-top: 16px; }
  main #cont1 .talkWrap p:nth-of-type(4) { margin-top: 18px; }
  main #cont1 .talkWrap p:nth-of-type(5) { margin-top: 20px; }
  main #cont3 div.talkWrap:nth-of-type(5) p:nth-of-type(2) { margin-top: 20px; }
  main #cont1 .talkWrap p:nth-of-type(4),
  main #cont3 div.talkWrap:nth-of-type(1) p:nth-of-type(1) {
    background-size: 86px auto; /* 216px:263px=70px:x */
    background-position: top 50% right 5px;
  }
  main #cont1 .talkWrap p:nth-of-type(5) {
    background-size: 78px auto; /* 216px:240px=70px:x */
    background-position: top 50% left 7px;
  }
  main #cont3 div.talkWrap:nth-of-type(5) p:nth-of-type(2) {
    background-size: 86px auto; /* 216px:263px=70px:x */
    background-position: top 50% left 3px;
  }
  main .talkWrap p.left::before, main .talkWrap p.right::after { height: 70px; }
  main #cont1 .talkWrap p.right:nth-of-type(4)::after,
  main #cont3 div.talkWrap:nth-of-type(1) p.right:nth-of-type(1)::after { height: 79px; /* 263px:241px=86px:x */ }
  main #cont1 .talkWrap p.left:nth-of-type(5)::before { height: 74px; /* 240px:227px=78px:x */ }
  main #cont1 .talkWrap p.right:nth-of-type(6)::after { height: 71px; /* 216px:219px=70px:x */ }
  main #cont1 .talkWrap p.left:nth-of-type(7)::before { height: 72px; /* 216px:221px=70px:x */ }
  main #cont3 div.talkWrap:nth-of-type(1) p.left:nth-of-type(2)::before { height: 74px; /* 216px:226px=70px:x */ }
  main #cont3 div.talkWrap:nth-of-type(5) p.right:nth-of-type(1)::after { height: 72px; /* 216px:221px=70px:x */ }
  main #cont3 div.talkWrap:nth-of-type(5) p.left:nth-of-type(2)::before { height: 82px; /* 263px:249px=86px:x */ }
  main .talkWrap p .talk {
    width: 73%;
    padding: 12px 16px 11px;
    font-size: 13px;
  }
  main .talkWrap p.left .talk::before, main .talkWrap p.left .talk::after {
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-right-width: 18px;
  }
  main .talkWrap p.left .talk::before { left: -18px; }
  main .talkWrap p.left .talk::after { left: -12px; }
  main .talkWrap p.right .talk::before, main .talkWrap p.right .talk::after {
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left-width: 18px;
  }
  main .talkWrap p.right .talk::before { right: -18px; }
  main .talkWrap p.right .talk::after { right: -12px; }
  main .talkWrap p.left { background-position: top 50% left 12px; }
  main .talkWrap p.right { background-position: top 50% right 12px; }
  main #cont1 .teach {
    max-width: 360px;
    margin: 0 12px;
    padding-top: 52px;
    text-align: center;
  }
  main #cont1 .teach p { padding: 46px 20px 24px; }
  main #cont1 .teach p::before {
    top: -48px;
    width: 110px;
    padding-bottom: 73px; /* 155:102=110:x */
  }
  main #cont1 .teach p {
    position: relative;
    display: inline-block;
    width: auto;
    margin-bottom: 0;
    padding: 34px 16px 24px;
    text-align: left;
    font-size: 13px;
  }
  main #cont1 .teach p::after {
    right: 20%;
    left: auto;
    border-left: 2px solid transparent;
    border-top: 34px solid #ffe595;
    border-right: 26px solid transparent;
  }
  main #cont1 .teach img:nth-of-type(1) {
    position: relative;
    top: -14px;
    left: -4px;
    width: 170px;
    max-width: 200px;
    margin-right: 0;
    margin-bottom: 4px;
  }
  main #cont1 .teach img:nth-of-type(2) {
    left: 2%;
    width: 260px;
  }
}


@media screen and (max-width: 374px) {
  main .talkWrap p .talk { width: 67%; }
}


/*==========================================================================
 content 2
 ========================================================================== */
main #cont2 { margin-bottom: 76px; }
main #cont2 h2 { margin-bottom: 36px; }
main #cont2 .contOuter { padding: 0 50px; }
main #cont2 .contOuter:not(:last-of-type) { margin-bottom: 52px; }
main #cont2 h3 {
  margin-bottom: 18px;
  font-size: 32px;
  text-align: left;
  vertical-align: middle;
}
main #cont2 h3 img {
  position: relative;
  top: -4px;
  margin-right: 12px;
  vertical-align: middle;
}
main #cont2 p { text-align: left; }
main #cont2 p:not(.note) {
  margin-bottom: 20px;
  font-size: 16px;
}
main #cont2 p.note { font-size: 13px; }
main #cont2 .contOuter:nth-of-type(n+2)> img { margin-bottom: 12px; }


@media screen and (max-width: 767px) {
  main #cont2 { margin-bottom: 64px; }
  main #cont2 h2 { margin-bottom: 32px; }
  main #cont2 h3 {
    margin-bottom: 12px;
    font-size: 22px;
  }
  main #cont2 h3 img { width: 20%; }
  main #cont2 p:not(.note) {
  margin-bottom: 12px;
  font-size: 14px; }
  main #cont2 .contOuter { padding: 0 30px; }
  main #cont2 .contOuter:not(:last-of-type) { margin-bottom: 44px; }
}


@media screen and (max-width: 583px) {
  main #cont2 .contOuter { padding: 0 20px; }
}


@media screen and (max-width: 479px) {
  main #cont2 { margin-bottom: 48px; }
  main #cont2 h3 { font-size: 18px; }
  main #cont2 .spInline {
    display: inline-block;
    vertical-align: middle;
  }
  main #cont2 .spBr { display: block; }
  main #cont2 h3 img {
    width: 30%;
    max-width: 100px;
  }
  main #cont2 .contOuter {
    margin-bottom: 36px;
    padding: 0 12px; }
  main #cont2 .contOuter:nth-of-type(2) h3 img { top: -2px; }
}


/*==========================================================================
 content 3
 ========================================================================== */
main #cont3 { margin-bottom: 60px; }
main #cont3 h2 { margin-bottom: 12px; }
main #cont3 .teach {
  position: relative;
  margin: 24% 50px 40px;
  padding: 6.7% 30px 8px;
  background: #fbfbb6;
}
main #cont3 .teach:nth-of-type(6) { margin-top: 21%; }
main #cont3 .teach::before,
main #cont3 .teach::after {
  content: '';
  position: absolute;
  display: block;
  background-size: 100%;
}
main #cont3 .teach::before {
  top: -44px;
  width: 28%;
  padding-bottom: 11.2%; /* 210px:84px=28%:x */
  background-image: url(/lp/parent/img/check.png);
}
main #cont3 .teach::after {
  bottom: 100%;
  right: 5%;
  width: 33%;
  padding-bottom: 25.1058%; /* 255:194px=33%:x */
  background-image: url(/lp/parent/img/cont3_01.png);
  background-repeat: no-repeat;
}
main #cont3 .teach p {
  max-width: 780px;
  margin: 0 auto 20px;
  text-align: left;
  font-weight: bold;
  font-size: 16px;
}
main #cont3 .teach li {
  display: inline-block;
  width: 112px;
  margin: 0 10px 24px;
}
main #cont3 div.teach:nth-of-type(4) { padding-bottom: 24px; }
main #cont3 div.teach:nth-of-type(4)::after,
main #cont3 div.teach:nth-of-type(6)::after {
  bottom: 100%;
  right: 1%;
  width: 36.6235%; /* 255px;283px=33%:x */
  height: 0;
  padding-bottom: 25.2352%; /* 283px:195px=36.6235:x */
  background-image: url(/lp/parent/img/cont3_02.png);
}
main #cont3 div.teach:nth-of-type(4) p { margin-bottom: 24px; }
main #cont3 .teach .imgWrap {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 44.1463%; /* 820px:362px=100:x */
}
main #cont3 .teach .imgWrap img {
  position: absolute;
  height: 100%;
}
main #cont3 .teach .imgWrap img:nth-of-type(1) {
  right: 8%;
  z-index: 2;
}
main #cont3 .teach .imgWrap img:nth-of-type(2) {
  left: 8%;
  z-index: 1;
}
main #cont3 div.teach:nth-of-type(6) p { margin-bottom: 32px; }
main #cont3 div.teach:nth-of-type(6) img { margin: 0 16px 28px; }
main #cont3 div.teach:nth-of-type(6) img:nth-of-type(1) {
  width: 402px;
  height: 271px;
}
main #cont3 div.teach:nth-of-type(6) img:nth-of-type(2) {
  width: 287px;
  height: 237px;
  margin-top: 6px;
}
main .summary {
  position: relative;
  margin: 0 40px 40px;
  text-align: left;
  background: #bfefff;
  -moz-box-shadow: inset 0px 0px 26px 16px #fff;
  -webkit-box-shadow: inset 0px 0px 26px 16px #fff;
  box-shadow: inset 0px 0px 26px 16px #fff;
}
main .summary p {
  position: absolute;
  right: 0;
  display: inline-block;
  margin-bottom: 0;
  padding: 40px 40px 12px;
  text-align: left;
  font-weight: bold;
  font-size: 20px;
}
main .summary .imgWrap {
  position: relative;
  top: 6px;
  padding: 80px 0 0 40px;
}
main .summary img { vertical-align: bottom; }
main .summary img:nth-of-type(1) {
  width: 28.454%;
  margin-right: 8px;
}
main .summary img:nth-of-type(2) { width: 53.93%; }


@media screen and (max-width: 1024px) {
  main #cont3 { margin-bottom: 52px; }
}
@media screen and (max-width: 959px) {
  main #cont3 { margin-bottom: 44px; }
  main .summary { text-align: center; }
  main .summary p { position: static; }
  main .summary .imgWrap {
    position: relative;
    padding: 0 0 44px;
  }
  main .summary img:nth-of-type(1) { width: 25%; }
  main .summary img:nth-of-type(2) { width: 60%; }
}


@media screen and (max-width: 767px) {
  main #cont3 { margin-bottom: -6px; }
  main #cont3 h2 { margin-bottom: 24px; }
  main #cont3 .talkWrap:nth-of-type(5) p:nth-of-type(2) { margin-top: -0.736%; }
  main #cont3 .teach {
    margin: 24.8% 30px 28px;
    padding: 6.7% 20px 8px;
  }
  main #cont3 .teach:nth-of-type(4) { margin-top: 25.8%; }
  main #cont3 .teach:nth-of-type(6) { margin-top: 24%; }
  main #cont3 .teach::before {
    top: -42px;
    width: 30%;
    padding-bottom: 12%; /* 210px:84px=30%:x */
  }
  main #cont3 .teach p {
    margin-bottom: 18px;
    font-size: 15px;
  }
  main #cont3 .teach li {
    width: 17%;
    margin: 0px 20px 24px;
  }
  main #cont3 div.teach:nth-of-type(4) { padding-bottom: 28px; }
  main #cont3 div.teach:nth-of-type(4) p { margin-bottom: 12px; }
  main #cont3 .teach .imgWrap { padding-bottom: 50%; }
  main #cont3 .teach .imgWrap img:nth-of-type(1) { right: 4%; }
  main #cont3 .teach .imgWrap img:nth-of-type(2) { left: 4%; }
  main .summary {
  margin: 0 20px 28px;
  }
  main .summary p { font-size: 17px; }
  main .summary p br:nth-of-type(n+2) { display: none; }
}


@media screen and (max-width: 583px) {
  main #cont3 { margin-bottom: -12px; }
  main #cont3 h2 { margin-bottom: 26px; }
  main #cont3 .talkWrap:nth-of-type(1) p:nth-of-type(2) { margin-top: -0.417%; }
  main #cont3 .talkWrap:nth-of-type(5) p:nth-of-type(2) { margin-top: 3.334%; }
  main #cont3 .teach {
    margin: 26.4% 20px 28px;
    padding: 9% 20px 8px;
  }
  main #cont3 .teach:nth-of-type(4) { margin-top: 29%; }
  main #cont3 .teach:nth-of-type(6) { margin-top: 27.6%; }
  main #cont3 .teach::before {
    top: -34px;
    width: 34%;
    padding-bottom: 13.6%; /* 210px:84px=34%;x */
  }
  main #cont3 .teach::after {
    width: 35%;
    padding-bottom: 26.6274%; /* 255:194px=35%:x */
  }
  main #cont3 div.teach:nth-of-type(4)::after,
  main #cont3 div.teach:nth-of-type(6)::after { 
    width: 38.8431%; /* 255px;283px=35%:x */
    padding-bottom: 26.7646%; /* 283px:195px=38.8431:x */
  }
  main #cont3 .teach li {
    width: 22%;
    max-width: 90px;
  }
  main #cont3 .teach .imgWrap img:nth-of-type(1) { margin-bottom: 16px; }
  main .summary { margin: 0 6px 36px; }
  main .summary .imgWrap { padding: 0 12px 44px; }
  main #cont3 div.teach:nth-of-type(6) img:nth-of-type(1),
  main #cont3 div.teach:nth-of-type(6) img:nth-of-type(2) {
    width: 100%;
    height: auto;
    margin: 0 auto 24px;
  }
  main #cont3 div.teach:nth-of-type(6) img:nth-of-type(1) { max-width: 340px; }
  main #cont3 div.teach:nth-of-type(6) img:nth-of-type(2) { max-width: 280px; }
}


@media screen and (max-width: 479px) {
  main #cont3 { margin-bottom: -16px; }
  main #cont3 .talkWrap:nth-of-type(1) p:nth-of-type(2) { margin-top: 0; }
  main #cont3 .teach {
    margin: 116px 12px 20px;
    padding-top: 32px;
  }
  main #cont3 .teach:nth-of-type(4),
  main #cont3 .teach:nth-of-type(6) { margin-top: 118px; }
  main #cont3 div.teach:nth-of-type(4) { padding-bottom: 20px; }
  main #cont3 div.teach:nth-of-type(6) { padding-bottom: 4px; }
  main #cont3 .teach::before {
    left: 3%;
    width: 140px;
    padding-bottom: 56px; /* 210px:84px=140px:x */
  }
  main #cont3 .teach::after {
    width: 134px;
    padding-bottom: 101px; /* 255px:194px=134px:x */
  }
  main #cont3 div.teach:nth-of-type(4)::after,
  main #cont3 div.teach:nth-of-type(6)::after {
    width: 149px; /* 255px:283px=134px:x */
    padding-bottom: 102px; /* 283px:195px=149px:x */
  }
  main #cont3 .teach p { font-size: 14px; }
  main #cont3 div.teach:nth-of-type(6) p { margin-bottom: 20px; }
  main #cont3 .teach li {
    width: 28%;
    max-width: 80px;
    margin: 0px 0 24px;
  }
  main #cont3 .teach li:not(:nth-of-type(3n)) { margin-right: 20px; }
  main #cont3 .teach .imgWrap {
  }
  main #cont3 .teach .imgWrap { padding-bottom: 52%; }
  main #cont3 .teach .imgWrap img:nth-of-type(1) { right: 0%; }
  main #cont3 .teach .imgWrap img:nth-of-type(2) { left: 0%; }
  main .summary { margin: 0px 0 40px; }
  main .summary p { font-size: 14px; }
}


/*==========================================================================
 other
 ========================================================================== */
main .footLink {
  position:relative;
  max-width: 850px;
  margin: 0 auto 60px;
}
main .footLink p {
  position: relative;
  margin-bottom: 0;
  text-align: right;
}
main .footLink p span {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 336px;
  height: 98px;
  vertical-align: bottom;
  background-image: url(/lp/parent/img/bn_logo.png);
  background-position: center center;
  background-size: 233px auto; /* 233px,62px */
  background-repeat: no-repeat;
  background-color: #fbfbb6;
  border-radius: 24px 24px 0 0;
}
main .footLink p::after {
  content: '';
  display: inline-block;
  width: 232px;
  height: 195px;
  margin-right: 12px;
  vertical-align: bottom;
  background-image: url(/lp/parent/img/bn_imo.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
}
main .footLink .bnWrap {
  position: relative;
  font-size: 0;
  letter-spacing: 0;
}
main .footLink .bnWrap:nth-of-type(1)::after {
  position: absolute;
  bottom: 0;
  content: '';
  display: block;
  width: 98%;
  left: 50%;
  transform: translateX(-50%);
  height: 0;
  border-bottom: 1px dashed #bebe7a;
}
main .footLink .bnWrap a {
  position: relative;
  display: inline-block;
  width: 50%;
  padding: 19px 18px 18px 58px;
  text-decoration: none;
  text-align: left;
  font-weight: bold;
  font-size: 24px;
  color: #51513a;
  background-color: #fbfbb6;
  transition: 0.1s linear;
}
main .footLink .bnWrap a::before {
  position: absolute;
  top: 50%;
  content: '';
  display: inline-block;
}
main .footLink .bnWrap a::before {
  left: 30px;
  margin-top: -10px;
  border-top: 10px solid transparent;
  border-left: 18px solid #8b8b78;
  border-bottom: 10px solid transparent;
  transition:  0.1s linear;
}
main .footLink .bnWrap a::after {
  position: absolute;
  right: 0;
  content: '';
  display: none;
  transform: translateX(-50%);
  height: 88%;
  border-right: 1px dashed #bebe7a;
}
main .footLink .bnWrap:nth-of-type(1) a:nth-of-type(1)::after {
  display: block;
  bottom: 0;
}
main .footLink .bnWrap:nth-of-type(2) a:nth-of-type(1)::after { 
  display: block;
  top: 0;
}
main .footLink .bnWrap a:hover {color: #000; }
main .footLink .bnWrap a:hover::before { border-left-color: #e3392c; }
main a.orderBtn {
  background: url(/lp/parent/img/torental_btn.gif) top left no-repeat;
  width: 450px;
  height: 83px;
  display: block;
  margin: 0 auto;
  text-indent: -999em;
}
main a.orderBtn:hover { background-position: bottom left; }


@media screen and (max-width: 767px) {
  main .footLink { margin: 0 30px 40px; }
  main .footLink p span {
    width: 242px;
    height: 86px;
    background-size: 190px auto;
    border-radius: 16px 16px 0 0;
  }
  main .footLink p::after {
    position: relative;
    right: 1%;
    width: 36.6235%;
    height: 0;
    margin-right: 0;
    padding-bottom: 25.2352%;
    background-size: auto 100%;
    background-position: center right;
  }
  main .footLink .bnWrap a {
    padding: 19px 18px 17px 54px;
    font-size: 18px;
    color: #000;
  }
  main .footLink .bnWrap a::before {
    margin-top: -10px;
    border-top: 9px solid transparent;
    border-left: 14px solid #e3392c;
    border-bottom: 9px solid transparent;
  }
  main .footLink .spHide { display: none; }
}


@media screen and (max-width: 583px) {
  main .footLink { margin: 0 20px 40px; }
  main .footLink p span {
    width: 220px;
    height: 76px;
    background-size: 166px auto;
  }
  main .footLink p::after {
    width: 38.8431%;
    padding-bottom: 26.7646%;
  }
  main a.orderBtn {
    display: inline-block;
    width: auto;
    height: auto;
    padding: 20px 32px 19px;
    text-decoration: none;
    text-indent: 0;
    font-weight: bold;
    font-size: 20px;
    color: #fff;
    background-image: none;
    background: rgba(236,117,106,1);
    background: -moz-linear-gradient(top, rgba(236,117,106,1) 0%, rgba(215,53,41,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(236,117,106,1)), color-stop(100%, rgba(215,53,41,1)));
    background: -webkit-linear-gradient(top, rgba(236,117,106,1) 0%, rgba(215,53,41,1) 100%);
    background: -o-linear-gradient(top, rgba(236,117,106,1) 0%, rgba(215,53,41,1) 100%);
    background: -ms-linear-gradient(top, rgba(236,117,106,1) 0%, rgba(215,53,41,1) 100%);
    background: linear-gradient(to bottom, rgba(236,117,106,1) 0%, rgba(215,53,41,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ec756a', endColorstr='#d73529', GradientType=0 );
  }
}


@media screen and (max-width: 479px) {
  main .footLink { margin: 0 12px 40px; }
  main .footLink p span {
    width: 56%;
    height: 66px;
    background-position: top 17px center;
    background-size: 136px auto;
  }
  main .footLink p::after {
    width: 149px;
    padding-bottom: 102px;
  }
  main .footLink .bnWrap:nth-of-type(1)::after { border-bottom: none; }
  main .footLink .bnWrap a:nth-of-type(1)::after { border-right: none; }
  main .footLink .bnWrap a::after {
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    width: 92%;
    height: 0;
    border-bottom: 1px dashed #bebe7a;
  }
  main .footLink .bnWrap:nth-of-type(2) a:nth-of-type(1)::after { top: auto; }
  main .footLink .bnWrap:nth-of-type(2) a:nth-of-type(2)::after { display: none; }
  main .footLink .bnWrap a {
    width: 100%;
    padding: 12px 18px 10px 54px;
    font-size: 17px;
  }
  main .footLink .bnWrap:nth-of-type(2) a:nth-of-type(2) { border-bottom: none; }
  main a.orderBtn { font-size: 16px; }
}


/*==========================================================================
 div.share_box
 ========================================================================== */
main .share_boxWrap {
  max-width: 960px;
  margin: 0 auto;
  padding: 0;
  text-align: right;
}
div.share_box {
  float: none;
  margin: 20px 0 0;
  background: #fff;
}


@media screen and (max-width: 767px) {
  main .share_boxWrap { padding: 0 20px; }
  div.share_box {
    width: auto;
    padding: 10px 12px 5px;
    background: #fff;
    border: 1px #dcdcdc solid;
  }
  div.share_googleplus,
  div.share_facebook,
  div.share_twitter {
    float: left;
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
  }
  div.share_googleplus, div.share_facebook { margin-bottom: 0; }
}


@media screen and (max-width: 583px) {
  main .share_boxWrap { text-align: center; }
}

