@charset "utf-8";
/* CSS Document */

.p-tecfitNav__item {
  width: 50%;
  border-color: #000;
}
.p-tecfitNav__link{
  color: #000;
}
.p-tecfitNav__link:after{
  border-color: #000;
}
.p-cloumnBlock01__btnWrap .c-btn{
  border-color: #000;
  border-radius: 4px;
  color: #000;
}
.l-section__title{
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
  margin-bottom: 20px;
}
@media (min-width: 769px) {
  .p-lessonBlock01 > * {
    margin: 0 auto;
  }
  .p-tecfitNav__link{
    padding-bottom: 30px;
  }
  .p-tecfitNav__link:after{
    bottom: 10px;
  }
}
@media (max-width: 768px) {
  .p-tecfitNav__link{
    padding: 10px 10px 25px;
    min-height: auto;
  }
  .p-tecfitNav__link:after{
    bottom: 8px;
  }
  .l-section__title{
    font-size: 1.8rem;
    margin-bottom: 10px;
  }
}

/* area01 */
.p-lessonTitle__title{
  margin-bottom: 0;
}
.p-lessonTitle{
  margin-bottom: 0;
}
.l-textBg{
  color: #333;
  text-align: center;
}
.l-textBg .l-textBg__title{
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 20px;
}
@media (min-width: 769px) {
  .p-lessonTitle__title{
    font-size: 4.0rem;
    color: #000;
  }
  .l-section__sublead{
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .l-textBg .l-textBg__title{
    font-size: 1.8rem;
    margin-bottom: 10px;
  }
  .p-lessonTitle__title{
    font-size: 2.2rem;
    color: #000;
  }
}
/* p-service */
@media (min-width: 769px) {
  #area02{
    margin: 80px 0 0;
  }
  #area02 .l-section{
    background-color: #0071be;
  }
.p-service {
  width: 1024px;
  margin: 50px auto;
  position: relative;
}
.p-service__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.p-service__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fff;
  width: 410px;
  height: 410px;
  border-radius: 100%;
  -webkit-box-shadow: 0 0 0 6px #2d7ac0, 0 0 0 18px #fff;
  box-shadow: 0 0 0 6px #2d7ac0, 0 0 0 18px #fff;
  margin: calc(30px + 18px);
  overflow: hidden;
  position: relative;
}
.p-service__item::before {
  display: block;
  text-align: center;
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
}
.p-service__item--green::before {
  content: url(../images/icon_service_green.png);
}
.p-service__item--shop::before {
  content: url(../images/icon_service_shop.png);
}
.p-service__item--news::before {
  content: url(../images/icon_service_news.png);
}
.p-service__item--school::before {
  content: url(../images/icon_service_school.png);
}
.p-service__item__title {
  text-align: center;
  margin: 6px auto 26px;
}
.p-service__item__title .c-subTitle {
  display: block;
  font-size: 1.6rem;
  font-weight: bold;
  color: #2d7ac0;
}
.p-service__item__title .c-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #0071be;
  width: 344px;
  height: 50px;
  font-size: 2.6rem;
  color: #fff;
  border-radius: 4px;
  margin: 12px 0 0;
  position: relative;
}
.p-service__item__title .c-title::before,
.p-service__item__title .c-title::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 28px 28px 0 0;
  position: absolute;
}
.p-service__item__title .c-title::before {
  border-color: rgba(0, 0, 0, 0.12) transparent transparent transparent;
  top: 0px;
  left: 0px;
}
.p-service__item__title .c-title::after {
  border-color: #1a4873 transparent transparent transparent;
  top: 1px;
  left: 1px;
}
.p-service__item__link {
  width: 100%;
  height: 80px;
  margin-top: 20px;
}
.p-service__item__link a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: #ececea;
  font-size: 1.7rem;
  font-weight: bold;
  color: #2d7ac0;
  text-decoration: none;
  padding: 1em 0;
}
.p-service__item__link a::after {
  content: url(../images/arrow_left01.png);
  display: inline-block;
  margin-left: 5px;
}
.c-list--checkBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  justify-items: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  max-width: 300px;
}
.c-list--checkBox li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  font-size: 1.3rem;
  font-weight: bold;
  color: #000;
  line-height: 1.4;
}
.c-list--checkBox li::before {
  content: url(../images/icon_check_box.png);
  vertical-align: middle;
  margin-right: 6px;
}
}

@media (max-width: 768px) {
  #area02{
    margin: 40px 0 0
  }
  #area02 .l-section{
  background-color: #0071be;
  }
  .p-service {
  margin: 0 auto;
  padding: 20px 0;
  position: relative;
  }
  .p-service__item{
    padding: 0 15px 0;
  }
  .p-service__item:not(:last-child) {
  border-bottom: 1px solid #fff;
  margin-bottom: 20px;
  padding-bottom: 20px;
  }
  .p-service__item a {
  display: block;
  max-width: 70%;
  margin: 0 auto .6em;
  }
  .p-service__item a img {
  margin-left: 5%;
  }
  .c-list--checkBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    justify-items: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .c-list--checkBox li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 1.4rem;
    font-weight: bold;
    color: #fff;
    line-height: 1.4;
  }
  .c-list--checkBox li::before {
    content: "";
    background: url(../images/icon_check_box_sp.png) no-repeat center top/contain;
    display: inline-block;
    width: 1em;
    height: 1em;
    vertical-align: middle;
    margin-right: 6px;
  }
  .c-list--checkBox li:not(:last-child){
    margin-bottom: 2px;
  }
}

/* p-special__item */
.p-special__item {
  background: no-repeat right bottom/ auto 140px;
  background-color: #fff;
  max-width: 790px;
  min-height: 165px;
  margin: 0 auto;
  padding: 14px 26px;
  margin-top: 40px;
  position: relative;
  box-sizing: border-box;
}
.p-special__item:after {
  content: "";
  display: block;
  clear: both;
}
.p-special__item figure {
  width: 100%;
  max-width: 34%;
  margin: 0 20px 0 0;
}
.p-special__item figure img {
  max-width: 100%;
}
.p-special__item--point {
  background-image: url(../images/icon_special_01.png);
  margin-top: 50px;
}
.p-special__item--birth {
  background-image: url(../images/icon_special_02.png);
}
.p-special__item--grade {
  background-image: url(../images/icon_special_03.png);
}
.p-special__item--camp {
  background-image: url(../images/icon_special_04.png);
}
.p-special__item--mail {
  background-image: url(../images/icon_special_05.png);
}
.p-special__item--play {
  background-image: url(../images/icon_special_06.png);
}
.p-special__item__label {
  color: #0071be;
  font-size: 2.4rem;
  font-weight: bold;
  text-shadow: 2px 2px white, -2px -2px white, -2px 2px white, 2px -2px white;
  position: absolute;
  top: -.8em;
  left: .3em;
}
.p-special__item__title {
  font-size: 2.2rem;
  font-weight: bold;
  color: #0071be;
  border-bottom: 2px solid #0071be;
  margin-bottom: 8px;
}
.p-special__item__txt .p-special__item__text{
  font-size: 1.4rem;
  line-height: 1.5;
}
.c-text--right{
  text-align: right;
}
.p-special__item__link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.6rem;
  font-weight: bold;
  color: #0071be;
  line-height: 1.3;
  text-decoration: none;
  margin-top: 1em;
}
.p-special__item__link::after {
  content: url(../images/arrow_left02.png);
  vertical-align: middle;
  width: 18px;
  height: 18px;
  margin-left: 5px;
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
}
.p-special__item__link:link,
.p-special__item__link:visited {
  color: #0071be;
}
.p-special__item__link:hover {
  color: #3fa0e4;
}
.p-special__about__link{
  max-width: 790px;
  margin: 20px auto 0;
  position: relative;
  padding-right: 40px;
  text-align: right;
}
.p-special__about__link::after{
  content: "";
  display: block;
  position: absolute;
  right: 20px;
  top: 9px;
  width: 8px;
  height: 8px;
  border-top: 1px solid #7abe3b;
  border-right: 1px solid #7abe3b;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.p-special__about__link a{
  color: #7abe3b;
  font-weight: bold;
  text-decoration: underline;
}
@media (min-width: 769px) {
  .p-special__item__inner{
    display: flex;
    justify-content: flex-start;
  }
  .p-special__item__txt{
    width: 400px;
  }
}
@media (max-width: 768px) {
  .p-special__item__label{
  position: absolute;
  top: 0;
  left: 50%;
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  margin:0;
  padding:0;
  font-size: 1.8rem;
  }
  .p-special__item{
    background-size: auto 110px;
    max-width: 100%;
    padding: 20px 16px;
    margin-top: 20px;
  }
  .p-special__item--point {
    background-image: url(../images/icon_special_01_sp.png);
    margin-top: 30px;
  }
  .p-special__item--birth {
    background-image: url(../images/icon_special_02_sp.png);
  }
  .p-special__item--grade {
    background-image: url(../images/icon_special_03_sp.png);
  }
  .p-special__item--camp {
    background-image: url(../images/icon_special_04_sp.png);
  }
  .p-special__item--mail {
    background-image: url(../images/icon_special_05_sp.png);
  }
  .p-special__item--play {
    background-image: url(../images/icon_special_06_sp.png);
  }
  .p-special__item figure{
    max-width: 80%;
    margin: 0 auto 10px;
  }
  .p-special__item__title{
    font-size: 1.6rem;
    text-align: center;
  }
  .p-special__item__txt p{
    font-size: 1.3rem;
  }
  .p-special__item__link {
    font-size: 1.4rem;
  }
  .p-special__about__link{
    font-size: 14px;
    padding-right: 14px;
  }
  .p-special__about__link::after{
    right: 0;
    top: 6px;
  }
}

/* #area05 */
#area05 .p-lessonTitle__title{
  margin-bottom: 20px;
}
#area05 .c-container p{
  margin-bottom: 30px !important;
}
@media (max-width: 768px) {
  #area05 .p-lessonTitle__title{
    margin-bottom: 10px;
  }
  #area05 .c-container p{
    margin-bottom: 20px !important;
  }
}

/* cvBtn */
.cvBtn {
  margin: 0 auto;
}
.cvBtn > a {
  position: relative;
  display: block;
  max-width: 404px;
  padding: 16px 30px;
  font-size: 2.0rem;
  color: #000;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  background-color: #f87229;
  box-shadow: 0px 4px #a1420f;
  border-radius: 4px;
}
.cvBtn a:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 40%;
  right: 5%;
  width: 14px;
  height: 14px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  border-bottom: 2px solid #000;
  border-right: 2px solid #000;
}
.l-section .cvBtn > a{
  margin: 0 auto;
  max-width: 400px;
}
@media (min-width: 768px) {
  .cvBtn > a:hover {
    opacity: .7;
  }
}
@media (max-width: 768px) {
  .cvBtn > a {
    max-width: 100%;
    font-size: 1.4rem;
    padding: 10px 20px;
  }
  .cvBtn a:after {
    top: 35%;
    height: 10px;
    width: 10px;
  }
  .l-section .cvBtn > a{
    padding: 16px 20px;
  }
}