#main header#contents-header {
  margin-bottom: 60px;
}
#main header#contents-header h2 {
  text-align: center;
  font-size: 52px;
  margin-bottom: 64px;
}
#main header#contents-header h2 img {
  width: 60px;
  height: auto;
  margin-bottom: 8px;
}
@media screen and (max-width: 480px) {
  #main header#contents-header h2 {
    font-size: 21px;
  }
  #main header#contents-header h2 img {
    width: 40px;
  }
}
#main .sub-title {
  width: 238px;
  height: 238px;
  border-radius: 50%;
  border: 1px solid #006c9c;
  margin: 240px auto 64px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
#main .sub-title h3 {
  width: 100%;
  text-align: center;
}
#main .sub-title h3 .ja {
  font-size: 24px;
  color: #006c9c;
}
#main .sub-title h3 .en {
  font-size: 15px;
  color: #1a1a1a;
}
@media screen and (max-width: 480px) {
  #main .sub-title {
    width: 200px;
    height: 200px;
  }
  #main .sub-title h3 .ja {
    font-size: 18px;
  }
  #main .sub-title h3 .en {
    font-size: 13px;
  }
}
@media screen and (max-width: 1366px) {
  #main {
    padding-top: 160px;
  }
}

.popup-group1 {
  width: 100%;
  margin: 0 auto 120px;
  position: relative;
}
@media screen and (max-width: 1112px) {
  .popup-group1 {
    width: 95%;
  }
}
@media screen and (max-width: 480px) {
  .popup-group1 {
    width: 95%;
  }
}
.popup-group1 h2 {
  text-align: center;
}
.popup-group1 h2 span {
  display: block;
  font-size: 18px;
  padding: 12px 0;
  background: #F7931E;
  color: #ffffff;
  position: relative;
}
.popup-group1 ul {
  display: flex;
  flex: 1;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  position: relative;
}
.popup-group1 ul li {
  width: 100%;
  text-align: center;
  position: relative;
}
.popup-group1 ul li a {
  display: block;
  text-align: center !important;
  color: #f9f7ed;
  padding: 0;
  width: 100%;
  font-size: 13px;
}
.popup-group1 ul li a img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
.popup-group1 ul li.opc0 {
  display: none;
}
@media screen and (max-width: 834px) {
  .popup-group1 ul {
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  .popup-group1 ul li {
    width: 100%;
    margin-bottom: 40px;
  }
  .popup-group1 ul li a {
    margin-bottom: 24px;
  }
  .popup-group1 ul li.opc0 {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  .popup-group1 ul li {
    width: 100%;
    margin-bottom: 40px;
  }
  .popup-group1 ul li a {
    margin-bottom: 24px;
  }
  .popup-group1 ul li.opc0 {
    display: none;
  }
}

#child-first h4 {
  font-size: 24px;
  color: #f9f7ed;
  background: #006c9c;
  border-radius: 30px;
  width: 324px;
  margin: 0 auto;
  padding: 10px 0;
  text-align: center;
  margin-bottom: 64px;
}
@media screen and (max-width: 480px) {
  #child-first h4 {
    width: 95%;
    font-size: 18px;
  }
}
#child-first .kakugen {
  width: 900px;
  height: 400px;
  margin: 0 auto 64px;
  background: #1a1a1a;
  position: relative;
  top: 20px;
  left: 20px;
}
@media screen and (max-width: 1112px) {
  #child-first .kakugen {
    width: 95%;
  }
}
@media screen and (max-width: 480px) {
  #child-first .kakugen {
    background: #efefef;
    padding: 10px;
    height: 100%;
    top: 0;
    left: 0;
  }
}
#child-first .kakugen div.kakugen-inner {
  background: -webkit-linear-gradient(45deg, white 0%, #ededed 100%);
  background: -webkit-gradient(linear, 7.76% 111.26%, 92.24% -11.26%, color-stop(0, white), color-stop(1, #ededed));
  background: linear-gradient(45deg, white 0%, #ededed 100%);
  width: 100%;
  height: 100%;
  position: absolute;
  top: -40px;
  left: -40px;
  box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.4);
}
@media screen and (max-width: 480px) {
  #child-first .kakugen div.kakugen-inner {
    position: relative;
    top: 0;
    left: 0;
  }
}
#child-first .kakugen div.kakugen-inner p {
  text-align: center;
  padding-top: 45px;
}
@media screen and (max-width: 1112px) {
  #child-first .kakugen div.kakugen-inner p {
    padding-top: 45px;
  }
}
@media screen and (max-width: 480px) {
  #child-first .kakugen div.kakugen-inner p {
    background: #ffffff;
    padding: 10px;
  }
}
#child-first .kakugen div.kakugen-inner p span.kakugen-pic {
  display: block;
  margin-bottom: 24px;
}
#child-first .kakugen div.kakugen-inner p span.kakugen-pic img {
  width: auto;
  height: 100%;
}
#child-first .kakugen div.kakugen-inner p span.large-text {
  font-size: 18px;
  font-style: italic;
}
#child-first .kakugen div.kakugen-inner p span.normal-text {
  font-size: 18px;
}
#child-first .kakugen div.kakugen-inner p span.red-text {
  color: #c1272d;
}
@media screen and (max-width: 480px) {
  #child-first .kakugen div.kakugen-inner p span.kakugen-pic {
    display: block;
  }
  #child-first .kakugen div.kakugen-inner p span.kakugen-pic img {
    width: 100%;
    height: auto;
  }
  #child-first .kakugen div.kakugen-inner p span.large-text {
    font-size: 14px;
  }
  #child-first .kakugen div.kakugen-inner p span.normal-text {
    font-size: 16px;
  }
}
@media screen and (max-width: 480px) and (max-width: 480px) {
  #child-first .kakugen div.kakugen-inner p span.normal-text {
    font-size: 14px;
  }
}
@media screen and (max-width: 480px) {
  #child-first .kakugen div.kakugen-inner p span.red-text {
    font-size: 14px;
  }
}
@media screen and (max-width: 480px) and (max-width: 480px) {
  #child-first .kakugen div.kakugen-inner p span.red-text {
    font-size: 13px;
  }
}
#child-first .calcu {
  width: 1100px;
  height: auto;
  margin: 0 auto;
}
#child-first .calcu img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 1112px) {
  #child-first .calcu {
    width: 100%;
  }
}
#child-first .tvoffer-link {
  display: block;
  width: 1100px;
  margin: 0 auto;
}
#child-first .tvoffer-link .tvoffer {
  text-align: center;
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
@media screen and (max-width: 1112px) {
  #child-first .tvoffer-link .tvoffer {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  #child-first .tvoffer-link {
    width: 95%;
  }
}
#child-first .kakugen-desc {
  background: #006c9c;
  width: 1100px;
  padding: 20px;
  margin: 0 auto 64px;
}
@media screen and (max-width: 1112px) {
  #child-first .kakugen-desc {
    width: 95%;
  }
}
#child-first .kakugen-desc p {
  background: #fff;
  padding: 20px;
  font-size: 16px;
  letter-spacing: 0.25em;
  line-height: 1.5;
}
@media screen and (max-width: 480px) {
  #child-first .kakugen-desc p {
    font-size: 14px;
    padding: 10px;
  }
}

#child-first-overview {
  width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 1112px) {
  #child-first-overview {
    width: 95%;
  }
}
#child-first-overview h4 {
  font-size: 24px;
  color: #f9f7ed;
  background: #006c9c;
  border-radius: 30px;
  width: 402px;
  margin: 0 auto;
  padding: 10px 0;
  text-align: center;
  margin-bottom: 64px;
}
@media screen and (max-width: 480px) {
  #child-first-overview h4 {
    width: 95%;
    font-size: 18px;
  }
}
#child-first-overview h5 {
  background: url(../child/images/svg/title-icon1.svg) no-repeat left center;
  background-size: 16px;
  padding: 4px 0 4px 24px;
  border-bottom: 1px solid #1a1a1a;
  font-size: 24px;
  margin-bottom: 32px;
}
@media screen and (max-width: 480px) {
  #child-first-overview h5 {
    font-size: 21px;
  }
}
#child-first-overview .course {
  margin-bottom: 64px;
}
#child-first-overview .course dl {
  border: 2px solid #1a1a1a;
  border-top: none;
}
#child-first-overview .course dl dt {
  background: #1a1a1a;
  color: #f9f7ed;
  font-size: 18px;
  padding: 8px 0 8px 12px;
}
#child-first-overview .course dl dt img {
  width: 14px;
  height: auto;
  position: relative;
  margin-right: 8px;
}
#child-first-overview .course dl dd {
  padding: 24px;
}
#child-first-overview .course dl dd span {
  padding: 6px;
  border: 1px solid #1a1a1a;
  border-radius: 8px;
  margin-right: 24px;
}
@media screen and (max-width: 480px) {
  #child-first-overview .course dl dd span {
    display: block;
    margin-bottom: 12px;
    margin-right: 0;
    text-align: center;
  }
}
#child-first-overview .type {
  margin-bottom: 64px;
}
#child-first-overview .type div.btn-group {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 480px) {
  #child-first-overview .type div.btn-group {
    display: block;
  }
}
#child-first-overview .type div.btn-group a {
  display: block;
  color: #006c9c;
  border: 1px solid #006c9c;
  width: 40%;
  text-align: center;
  padding: 24px 36px;
  font-size: 18px;
  letter-spacing: 0.25em;
}
#child-first-overview .type div.btn-group a:hover {
  background: #006c9c;
  color: #ffffff;
}
@media screen and (max-width: 480px) {
  #child-first-overview .type div.btn-group a {
    width: 100%;
    padding: 24px 0;
    margin-bottom: 16px;
  }
}
#child-first-overview .results {
  margin-bottom: 64px;
}
#child-first-overview .results h5 {
  background: url(../child/images/svg/title-icon2.svg) no-repeat left center;
  background-size: 16px;
}
#child-first-overview .results table {
  width: 100%;
  border: 1px solid #e0735a;
  background: #ffffff;
  margin-bottom: 8px;
}
#child-first-overview .results table td {
  color: #ffffff;
  border: 1px solid #ffffff;
  padding: 12px 0 12px 12px;
  background: linear-gradient(41deg, #ee8043, #f3d900, #e35d5d);
  background-size: 600% 600%;
  -webkit-animation: resultBg 5s ease infinite;
  animation: resultBg 5s ease infinite;
}
@media screen and (max-width: 480px) {
  #child-first-overview .results table tr, #child-first-overview .results table th, #child-first-overview .results table td {
    display: block;
  }
}
#child-first-overview .results p.annotation {
  text-align: right;
  font-size: 14px;
}

@-webkit-keyframes resultBg {
  0% {
    background-position: 96% 0%;
  }
  50% {
    background-position: 5% 100%;
  }
  100% {
    background-position: 96% 0%;
  }
}
@keyframes resultBg {
  0% {
    background-position: 96% 0%;
  }
  50% {
    background-position: 5% 100%;
  }
  100% {
    background-position: 96% 0%;
  }
}
#forparents {
  width: 1200px;
  margin: 0 auto 64px;
}
@media screen and (max-width: 1112px) {
  #forparents {
    width: 95%;
  }
}
#forparents h4 {
  font-size: 24px;
  color: #f9f7ed;
  background: #006c9c;
  border-radius: 30px;
  margin: 0 auto;
  padding: 10px 0;
  text-align: center;
  margin-bottom: 64px;
  width: 324px;
}
#forparents h5 {
  background: url(../child/images/svg/title-icon1.svg) no-repeat left center;
  background-size: 16px;
  padding: 4px 0 4px 24px;
  border-bottom: 1px solid #1a1a1a;
  font-size: 24px;
  margin-bottom: 32px;
}
@media screen and (max-width: 480px) {
  #forparents h5 {
    font-size: 21px;
  }
}
#forparents .parents-letter {
  margin-bottom: 64px;
}
#forparents .parents-letter .letter-desc {
  padding: 20px;
  background: #ffffff;
}
#forparents .parents-letter .letter-desc p {
  padding: 20px;
  background: #f9f9f9;
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 480px) {
  #forparents .parents-letter .letter-desc p {
    font-size: 14px;
    padding: 10px;
  }
}
#forparents .feature1 {
  position: relative;
  margin-bottom: 64px;
}
#forparents .feature1 .num-icon {
  width: 92px;
  height: auto;
  position: absolute;
  z-index: 2;
  top: 26px;
  left: 26px;
}
#forparents .feature1 .feature-desc1 {
  background: #006c9c;
  padding: 10px;
  position: relative;
  z-index: 1;
  margin-bottom: 64px;
}
#forparents .feature1 .feature-desc1 .feature-desc-inner {
  background: url(../child/images/feature-bg.png), #ffffff;
  padding: 80px;
}
#forparents .feature1 .feature-desc1 .feature-desc-inner img {
  margin-bottom: 40px;
}
#forparents .feature1 .feature-desc1 .feature-desc-inner p {
  font-size: 21px;
  line-height: 1.8;
  letter-spacing: 0.25em;
}
@media screen and (max-width: 480px) {
  #forparents .feature1 .feature-desc1 .feature-desc-inner {
    padding: 12px;
  }
  #forparents .feature1 .feature-desc1 .feature-desc-inner img {
    margin-bottom: 16px;
  }
  #forparents .feature1 .feature-desc1 .feature-desc-inner p {
    font-size: 18px;
    text-align: left;
    width: 100%;
    letter-spacing: 0.15em;
  }
}
@media screen and (max-width: 480px) and (max-width: 480px) {
  #forparents .feature1 .feature-desc1 .feature-desc-inner p {
    font-size: 14px;
  }
}
@media screen and (max-width: 480px) {
  #forparents .feature1 {
    text-align: center;
  }
  #forparents .feature1 .num-icon {
    display: none;
  }
}
#forparents .feature2 .feature-second {
  display: flex;
  align-items: stretch;
  justify-content: space-around;
}
@media screen and (max-width: 480px) {
  #forparents .feature2 .feature-second {
    display: block;
  }
}
#forparents .feature2 .feature-second .feature-second-box {
  width: 370px;
  height: 370px;
  background: #006c9c;
  border-radius: 32px;
  padding: 10px;
}
@media screen and (max-width: 480px) {
  #forparents .feature2 .feature-second .feature-second-box {
    width: 100%;
    height: 320px;
    margin-bottom: 16px;
  }
}
#forparents .feature2 .feature-second .feature-second-box .second-box-inner {
  background: url(../child/images/feature-second-bg.png), #ffffff;
  border-radius: 22px;
  padding: 10px;
  padding-top: 64px;
  text-align: center;
  height: 100%;
}
@media screen and (max-width: 480px) {
  #forparents .feature2 .feature-second .feature-second-box .second-box-inner {
    padding-top: 32px;
  }
}
#forparents .feature2 .feature-second .feature-second-box .second-box-inner .icon1 {
  width: 64px;
  height: auto;
  margin-bottom: 24px;
}
#forparents .feature2 .feature-second .feature-second-box .second-box-inner .icon2 {
  width: 128px;
  height: auto;
  margin-bottom: 16px;
}
#forparents .feature2 .feature-second .feature-second-box .second-box-inner .feature-title {
  font-size: 20px;
  color: #006c9c;
  letter-spacing: 0.05em;
  line-height: 1;
  margin-bottom: 18px;
}
#forparents .feature2 .feature-second .feature-second-box .second-box-inner .feature-title.first {
  margin-bottom: 40px;
}
#forparents .feature2 .feature-second .feature-second-box .second-box-inner .feature-title span {
  color: #006c9c;
  font-size: 13px;
}
#forparents .feature2 .feature-second .feature-second-box .second-box-inner .feature {
  font-size: 15px;
}

#child-second {
  width: 1200px;
  margin: 0 auto 120px;
}
@media screen and (max-width: 1112px) {
  #child-second {
    width: 95%;
  }
}
#child-second h4 {
  font-size: 24px;
  color: #f9f7ed;
  background: #006c9c;
  border-radius: 30px;
  margin: 0 auto;
  padding: 10px 0;
  text-align: center;
  margin-bottom: 64px;
}
#child-second h4.title1 {
  width: 324px;
}
#child-second h4.title2 {
  width: 402px;
}
#child-second h4.title3 {
  width: 680px;
}
#child-second h4.title4 {
  width: 680px;
}
#child-second h4.title5 {
  width: 680px;
}
#child-second h4.title6 {
  width: 900px;
}
@media screen and (max-width: 834px) {
  #child-second h4 {
    border-radius: 0;
  }
  #child-second h4.title6 {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  #child-second h4.title1 {
    width: 95%;
  }
  #child-second h4.title2 {
    width: 95%;
  }
  #child-second h4.title3 {
    width: 95%;
    font-size: 20px;
    border-radius: 16px;
  }
  #child-second h4.title4 {
    width: 95%;
    font-size: 20px;
    border-radius: 16px;
  }
  #child-second h4.title5 {
    width: 95%;
  }
  #child-second h4.title6 {
    width: 95%;
  }
}
#child-second .child-second-content1 {
  background: #006c9c;
  padding: 10px;
  margin-bottom: 64px;
}
#child-second .child-second-content1 .content1-inner {
  background: url(../child/images/child-second-bg.png), #ffffff;
  padding: 80px;
  text-align: center;
}
@media screen and (max-width: 480px) {
  #child-second .child-second-content1 .content1-inner {
    padding: 12px;
  }
}
#child-second .child-second-content1 .content1-inner img {
  width: 260px;
  height: auto;
  margin-bottom: 24px;
}
#child-second .child-second-content1 .content1-inner p {
  font-size: 18px;
  line-height: 1.8;
  letter-spacing: 0.2em;
  text-align: left;
}
@media screen and (max-width: 480px) {
  #child-second .child-second-content1 .content1-inner p {
    letter-spacing: 0.15em;
    font-size: 14px;
  }
}
#child-second .child-second-overview {
  background: #006c9c;
  padding: 10px;
  margin-bottom: 64px;
}
#child-second .child-second-overview .content2-inner {
  background: url(../child/images/child-second-bg.png), #ffffff;
  padding: 80px;
  text-align: center;
}
@media screen and (max-width: 480px) {
  #child-second .child-second-overview .content2-inner {
    padding: 12px;
  }
}
#child-second .child-second-overview .content2-inner img {
  width: 260px;
  height: auto;
  margin-bottom: 24px;
}
#child-second .child-second-overview .content2-inner p {
  font-size: 18px;
  line-height: 1.8;
  letter-spacing: 0.2em;
  text-align: left;
}
@media screen and (max-width: 480px) {
  #child-second .child-second-overview .content2-inner p {
    letter-spacing: 0.15em;
    font-size: 14px;
  }
}
#child-second .child-second-important {
  background: #006c9c;
  padding: 10px;
  margin-bottom: 64px;
}
#child-second .child-second-important .content3-inner {
  background: url(../child/images/child-second-bg.png), #ffffff;
  padding: 80px;
  text-align: center;
}
@media screen and (max-width: 480px) {
  #child-second .child-second-important .content3-inner {
    padding: 12px;
  }
}
#child-second .child-second-important .content3-inner img {
  width: 90px;
  height: auto;
  margin-bottom: 24px;
}
#child-second .child-second-important .content3-inner p {
  font-size: 18px;
  line-height: 1.8;
  letter-spacing: 0.2em;
  text-align: left;
  margin-bottom: 24px;
}
@media screen and (max-width: 480px) {
  #child-second .child-second-important .content3-inner p {
    letter-spacing: 0.15em;
    font-size: 14px;
  }
}
#child-second .child-second-important .content4-inner {
  background: url(../child/images/child-second-bg.png), #ffffff;
  padding: 80px;
  text-align: center;
}
@media screen and (max-width: 480px) {
  #child-second .child-second-important .content4-inner {
    padding: 12px;
  }
}
#child-second .child-second-important .content4-inner img {
  width: 90px;
  height: auto;
  margin-bottom: 24px;
}
#child-second .child-second-important .content4-inner p {
  font-size: 18px;
  line-height: 1.8;
  letter-spacing: 0.2em;
  text-align: left;
  margin-bottom: 24px;
}
#child-second .child-second-important .content4-inner p b {
  font-weight: bold;
}
@media screen and (max-width: 480px) {
  #child-second .child-second-important .content4-inner p {
    letter-spacing: 0.15em;
    font-size: 14px;
  }
}
#child-second .child-second-important .content5-inner {
  background: url(../child/images/child-second-bg.png), #ffffff;
  padding: 80px;
  text-align: center;
}
@media screen and (max-width: 480px) {
  #child-second .child-second-important .content5-inner {
    padding: 12px;
  }
}
#child-second .child-second-important .content5-inner img.titleimg {
  width: 90px;
  height: auto;
  margin-bottom: 24px;
}
#child-second .child-second-important .content5-inner img.numimg {
  width: 80%;
  height: auto;
}
#child-second .child-second-important .content5-inner p {
  font-size: 18px;
  line-height: 1.8;
  letter-spacing: 0.2em;
  text-align: left;
  margin-bottom: 24px;
}
@media screen and (max-width: 480px) {
  #child-second .child-second-important .content5-inner p {
    letter-spacing: 0.15em;
    font-size: 14px;
  }
}
#child-second .child-second-important .content5-inner p.numimg {
  text-align: center;
}
#child-second .child-second-important .content5-inner p.numimg img {
  width: 65%;
  height: auto;
  text-align: center;
}
#child-second .child-second-important .content6-inner {
  background: url(../child/images/child-second-bg.png), #ffffff;
  padding: 80px;
  text-align: center;
}
@media screen and (max-width: 480px) {
  #child-second .child-second-important .content6-inner {
    padding: 12px;
  }
}
#child-second .child-second-important .content6-inner img {
  width: 90px;
  height: auto;
  margin-bottom: 24px;
}
#child-second .child-second-important .content6-inner p {
  font-size: 18px;
  line-height: 1.8;
  letter-spacing: 0.2em;
  text-align: left;
  margin-bottom: 24px;
}
@media screen and (max-width: 480px) {
  #child-second .child-second-important .content6-inner p {
    letter-spacing: 0.15em;
    font-size: 14px;
  }
}
#child-second .flyer {
  text-align: center;
  width: 100%;
  height: auto;
  background: #ffffff;
  padding: 40px 0;
  margin-bottom: 120px;
}
#child-second .flyer img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 834px) {
  #child-second .flyer img {
    width: 100%;
    height: auto;
  }
}
#child-second .shinrai-area {
  background: #006C9C;
  padding: 20px;
}
#child-second .shinrai-area .shinrai-box {
  padding: 20px;
  background: #ffffff;
}
#child-second .shinrai-area .shinrai-box p.normal {
  margin-bottom: 24px;
}
#child-second .shinrai-area .shinrai-box h5 {
  margin-bottom: 24px;
  color: #fdfdfd;
  background: #006C9C;
  padding: 12px 0 12px 12px;
  font-size: 18px;
}
#child-second .shinrai-area .shinrai-box h5 + p {
  margin-bottom: 24px;
}
#child-second .shinrai-area .shinrai-box ul li {
  margin: 0 0 12px 12px;
}

#child2-overview {
  width: 1200px;
  margin: 0 auto 64px;
  /* end .type */
  /* end .course */
  /* end .target */
}
@media screen and (max-width: 1112px) {
  #child2-overview {
    width: 95%;
  }
}
#child2-overview h4 {
  font-size: 24px;
  color: #f9f7ed;
  background: #006c9c;
  border-radius: 30px;
  margin: 0 auto;
  padding: 10px 0;
  text-align: center;
  margin-bottom: 64px;
  width: 402px;
}
@media screen and (max-width: 480px) {
  #child2-overview h4 {
    width: 95%;
  }
}
#child2-overview h5 {
  background: url(../child/images/svg/title-icon1.svg) no-repeat left center;
  background-size: 16px;
  padding: 4px 0 4px 24px;
  border-bottom: 1px solid #1a1a1a;
  font-size: 24px;
  margin-bottom: 64px;
}
@media screen and (max-width: 480px) {
  #child2-overview h5 {
    font-size: 21px;
  }
}
#child2-overview .type {
  margin-bottom: 64px;
}
#child2-overview .type h6 {
  font-size: 24px;
  color: #f9f7ed;
  background: #006c9c;
  font-weight: bold;
  border-radius: 30px;
  width: 276px;
  position: absolute;
  padding: 10px 0;
  text-align: center;
  top: -24px;
  left: 24px;
}
@media screen and (max-width: 480px) {
  #child2-overview .type h6 {
    width: 95%;
    left: auto;
  }
}
#child2-overview .type .type-body {
  background: #006c9c;
  padding: 10px;
  position: relative;
}
#child2-overview .type .type-body .type-body-inner {
  background: #ffffff;
  padding: 56px;
  padding-top: 80px;
  text-align: center;
}
@media screen and (max-width: 480px) {
  #child2-overview .type .type-body .type-body-inner {
    padding: 12px;
    padding-top: 56px;
  }
}
#child2-overview .type .type-body .type-body-inner img {
  margin-bottom: 40px;
}
#child2-overview .type .type-body .type-body-inner p.type-body-title {
  text-align: left;
  background: #333333;
  color: #ffffff;
  padding: 12px 0 12px 12px;
  font-size: 21px;
  margin-bottom: 32px;
}
#child2-overview .type .type-body .type-body-inner p.type-body-title + p {
  text-align: left;
  font-size: 18px;
  line-height: 1.8;
  letter-spacing: 0.3em;
}
@media screen and (max-width: 480px) {
  #child2-overview .type .type-body .type-body-inner p.type-body-title + p {
    letter-spacing: 0.15em;
    font-size: 14px;
  }
}
#child2-overview .course .course-box {
  margin-bottom: 64px;
}
#child2-overview .course .course-box h6 {
  background: #1a1a1a;
  color: #ffffff;
  font-size: 21px;
  padding: 12px 0 12px 12px;
}
@media screen and (max-width: 480px) {
  #child2-overview .course .course-box h6 {
    font-size: 18px;
    text-align: center;
    padding: 12px 0;
  }
}
#child2-overview .course .course-box h6 img {
  width: 28px;
  height: auto;
  position: relative;
  top: 4px;
  margin-right: 12px;
}
@media screen and (max-width: 480px) {
  #child2-overview .course .course-box h6 img {
    text-align: center;
  }
}
#child2-overview .course .course-box h6 span {
  color: #f7931e;
  font-size: 16px;
  padding-left: 10px;
}
@media screen and (max-width: 480px) {
  #child2-overview .course .course-box h6 span {
    font-size: 14px;
    display: block;
    text-align: center;
  }
}
#child2-overview .course .course-box .box-inner {
  border: 1px solid #1a1a1a;
  border-top: none;
  padding: 40px;
  background: #ffffff;
  display: flex;
  justify-content: space-around;
}
@media screen and (max-width: 834px) {
  #child2-overview .course .course-box .box-inner {
    display: block;
  }
}
@media screen and (max-width: 834px) {
  #child2-overview .course .course-box .box-inner {
    padding: 16px;
  }
}
#child2-overview .course .course-box .box-inner .left-title,
#child2-overview .course .course-box .box-inner .right-title {
  color: #006c9c;
  border-bottom: 1px solid #006c9c;
  font-size: 21px;
  padding: 0 0 4px 4px;
  margin-bottom: 16px;
}
#child2-overview .course .course-box .box-inner .box-inner-left {
  width: 47%;
}
@media screen and (max-width: 834px) {
  #child2-overview .course .course-box .box-inner .box-inner-left {
    width: 100%;
    margin-bottom: 16px;
  }
}
#child2-overview .course .course-box .box-inner .box-inner-left span {
  font-size: 14px;
  color: #c1272d;
}
@media screen and (max-width: 834px) {
  #child2-overview .course .course-box .box-inner .box-inner-left span {
    display: block;
  }
}
#child2-overview .course .course-box .box-inner .box-inner-left ul {
  padding: 8px;
}
@media screen and (max-width: 834px) {
  #child2-overview .course .course-box .box-inner .box-inner-left ul {
    padding: 4px;
  }
}
#child2-overview .course .course-box .box-inner .box-inner-left ul li {
  font-size: 17px;
  margin-bottom: 12px;
}
@media screen and (max-width: 834px) {
  #child2-overview .course .course-box .box-inner .box-inner-left ul li {
    font-size: 14px;
  }
}
#child2-overview .course .course-box .box-inner .box-inner-right {
  width: 47%;
}
@media screen and (max-width: 834px) {
  #child2-overview .course .course-box .box-inner .box-inner-right {
    width: 100%;
    margin-bottom: 16px;
  }
}
#child2-overview .course .course-box .box-inner .box-inner-right span {
  font-size: 14px;
  color: #c1272d;
}
#child2-overview .course .course-box .box-inner .box-inner-right ul {
  display: flex;
  justify-content: space-around;
  flex: 1;
  align-items: center;
  width: 100%;
}
#child2-overview .course .course-box .box-inner .box-inner-right ul li {
  width: 50%;
  font-size: 18px;
  margin-bottom: 12px;
}
@media screen and (max-width: 1112px) {
  #child2-overview .course .course-box .box-inner .box-inner-right ul li {
    font-size: 16px;
  }
}
@media screen and (max-width: 834px) {
  #child2-overview .course .course-box .box-inner .box-inner-right ul li {
    font-size: 13px;
  }
}
#child2-overview .course .course-box .box-inner .box-inner-right ul.box3 {
  display: block;
}
#child2-overview .course .course-box .box-inner .box-inner-right ul.box3 li {
  width: 100% !important;
}
#child2-overview .course .course-box.box2 ul {
  display: block !important;
  padding-left: 8px;
}
#child2-overview .course .course-box.box2 ul div {
  display: flex;
  justify-content: space-around;
  flex: 1;
  align-items: flex-start;
  width: 100%;
}
#child2-overview .course .course-box.box2 ul div ul {
  width: 48% !important;
}
#child2-overview .course .course-box.box2 ul div ul li {
  width: 100% !important;
}
#child2-overview .course .course-box.box2 .box-inner-left ul {
  padding: 8px;
}
@media screen and (max-width: 834px) {
  #child2-overview .course .course-box.box2 .box-inner-left ul {
    padding: 4px;
  }
}
#child2-overview .course .course-box.box2 .box-inner-left ul li {
  font-size: 17px;
  margin-bottom: 12px;
}
#child2-overview .course .course-box.box2 .box-inner-left ul li.box2-item {
  font-size: 18px;
}
@media screen and (max-width: 834px) {
  #child2-overview .course .course-box.box2 .box-inner-left ul li.box2-item {
    font-size: 15px;
  }
}
@media screen and (max-width: 834px) {
  #child2-overview .course .course-box.box2 .box-inner-left ul li {
    font-size: 14px;
  }
}
#child2-overview .target h6 {
  font-size: 24px;
  color: #f9f7ed;
  background: #006c9c;
  font-weight: bold;
  border-radius: 30px;
  width: 331px;
  position: absolute;
  padding: 10px 0;
  text-align: center;
  top: -24px;
  left: 24px;
}
@media screen and (max-width: 480px) {
  #child2-overview .target h6 {
    width: 95%;
    left: auto;
  }
}
#child2-overview .target .target-body {
  background: #006c9c;
  padding: 10px;
  position: relative;
  margin-bottom: 80px;
}
#child2-overview .target .target-body .target-body-inner {
  background: #ffffff;
  padding: 56px;
  padding-top: 80px;
  text-align: center;
}
#child2-overview .target .target-body .target-body-inner img {
  margin-bottom: 40px;
  width: 400px;
  height: auto;
}
@media screen and (max-width: 480px) {
  #child2-overview .target .target-body .target-body-inner img {
    width: 100%;
  }
}
#child2-overview .target .target-body .target-body-inner p {
  text-align: left;
  font-size: 18px;
  line-height: 1.8;
  letter-spacing: 0.3em;
}
@media screen and (max-width: 834px) {
  #child2-overview .target .target-body .target-body-inner p br {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  #child2-overview .target .target-body .target-body-inner p {
    letter-spacing: 0.15em;
    font-size: 14px;
  }
}
@media screen and (max-width: 480px) {
  #child2-overview .target .target-body .target-body-inner {
    padding: 12px;
    padding-top: 32px;
  }
}
#child2-overview .target .support {
  background: #006c9c;
  padding: 10px;
  position: relative;
}
#child2-overview .target .support .support-body {
  background: #ffffff;
  padding: 56px;
  padding-top: 80px;
  text-align: left;
}
@media screen and (max-width: 480px) {
  #child2-overview .target .support .support-body {
    padding: 12px;
    padding-top: 32px;
  }
}
#child2-overview .target .support .support-body dt {
  font-size: 24px;
  color: #006c9c;
  padding-bottom: 8px;
  border-bottom: 1px dashed #006c9c;
  margin-bottom: 8px;
}
#child2-overview .target .support .support-body dt img {
  position: relative;
  top: 6px;
  margin-right: 16px;
}
#child2-overview .target .support .support-body dt .title1 {
  width: 51px;
  height: auto;
}
#child2-overview .target .support .support-body dt .title2 {
  width: 92px;
  height: auto;
}
#child2-overview .target .support .support-body dt .title3 {
  width: 97px;
  height: auto;
}
@media screen and (max-width: 480px) {
  #child2-overview .target .support .support-body dt img {
    display: block;
    margin-bottom: 12px;
  }
}
#child2-overview .target .support .support-body dd {
  font-size: 18px;
  margin-bottom: 24px;
}
@media screen and (max-width: 480px) {
  #child2-overview .target .support .support-body dd {
    font-size: 14px;
  }
}

#child-price {
  background: #006c9c;
  padding: 80px 0;
  margin-bottom: 120px;
}
#child-price .price-inner {
  margin: 0 auto;
  width: 815px;
  height: 292px;
  background: url(../images/svg/price-bg.svg) no-repeat center center;
  text-align: center;
  padding-top: 32px;
}
@media screen and (max-width: 834px) {
  #child-price .price-inner {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  #child-price .price-inner {
    background: #ffffff;
    height: 100%;
    padding-bottom: 32px;
  }
}
#child-price .price-inner h3 {
  margin-bottom: 16px;
}
#child-price .price-inner h3 .ja {
  font-size: 26px;
  color: #006c9c;
  line-height: 1;
}
#child-price .price-inner h3 .en {
  font-size: 16px;
}
#child-price .price-inner .price-annotation {
  margin-bottom: 16px;
}
#child-price .price-inner .price-annotation span {
  border-radius: 6px;
  background: #006c9c;
  color: #f9f7ed;
  padding: 6px 6px 6px 18px;
}
@media screen and (max-width: 480px) {
  #child-price .price-inner .price-annotation span {
    font-size: 14px;
  }
}
#child-price .price-inner .nyukai-price {
  font-size: 21px;
  margin-bottom: 0;
}
#child-price .price-inner .nyukai-price span {
  font-size: 13px;
  color: #c1272d;
}
@media screen and (max-width: 480px) {
  #child-price .price-inner .nyukai-price span {
    display: block;
  }
}
#child-price .price-inner .jyuko-price {
  font-size: 21px;
  margin-bottom: 12px;
}
#child-price .price-inner .jyuko-price span {
  font-size: 13px;
  color: #c1272d;
}
@media screen and (max-width: 480px) {
  #child-price .price-inner .jyuko-price span {
    display: block;
  }
}

ul.addlist {
  margin-bottom: 24px;
  margin-left: 24px;
}
ul.addlist li {
  text-align: left;
  margin-bottom: 10px;
}

/*# sourceMappingURL=child.css.map */
