@charset "utf-8";
/* ===============================================================
 about
=============================================================== */
#about{
  font-weight: bold;
}
#about .ttlBold,#upbringing .ttlBold{
  font-size: 24px;
  margin-bottom: 20px;
}
#about .skillup .txtBox{
  width: 650px;
  line-height: 2;
}
#about .skillup .imgBox{
  width: 302px;
}
#about .listPoint .list{
  width: 235px;
  border-radius: 8px;
  border: 1px solid #61B7D9;
  padding: 60px 15px 20px;
  position: relative;
  overflow: hidden;
}
#about .listPoint .list .num{
  position: absolute;
  top: 0;
  left: 0;
  background: #61B7D9;
  color: #fff;
  font-size: 20px;
  padding: 3px 15px;
  border-radius: 0 0 8px 0;
}
#about .listPoint .list .ttl{
  font-size: 18px;
  text-align: center;
  margin-bottom: 15px;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  #about .ttlBold,#upbringing .ttlBold{
    font-size: 20px;
    margin-bottom: 15px;
  }
  #about .dispFlex{
    display: block;
  }
  #about .skillup .txtBox{
    width: 100%;
  }
  #about .skillup .imgBox{
    width: 80%;
    margin: 10px auto 20px;
  }
  #about .listPoint .list{
    width: 100%;
    padding: 50px 15px 15px;
    margin-bottom: 15px;
  }
  #about .listPoint .list:last-child{
    margin-bottom: 0;
  }
  #about .listPoint .list .ttl{
    font-size: 20px;
    text-align: left;
    margin-bottom: 5px;
  }
}

#upbringing .img-box{
	margin-bottom: 20px;
	margin-top: 65px;
}
#upbringing .dot-box{
	padding: 25px 25px;
	border: 4px dotted #61B7D9;
	font-weight: 600;
	border-radius: 20px;
	margin-bottom: 30px;
}
#upbringing .dot-box .link-list{
	margin-top: 30px;
}
#upbringing .dot-box .link-list li{
	display: inline-block;
	margin-right: 35px;
	font-weight: 600;
}
#upbringing .dot-box .link-list li:last-child{
	margin-right: 0;
}
#upbringing .listPoint .list{
  width: 493px;
  border-radius: 8px;
  border: 1px solid #61B7D9;
  padding: 60px 15px 20px;
  position: relative;
  overflow: hidden;
	font-weight: 600;
}
#upbringing .listPoint .list .num{
  position: absolute;
  top: 0;
  left: 0;
  background: #61B7D9;
  color: #fff;
  font-size: 20px;
  padding: 3px 15px;
  border-radius: 0 0 8px 0;
	width: 38%;
}
@media screen and (max-width: 767px) {
#upbringing .img-box{
	margin-bottom: 25px;
	margin-top: 5px;
}	
#upbringing .dot-box{
	padding: 25px 25px;
	border: 2px dotted #61B7D9;
	font-weight: 600;
	border-radius: 20px;
	margin-bottom: 23px;
}
#upbringing .dot-box .link-list{
	margin-top: 20px;
}
#upbringing .dot-box .link-list li{
	display: block;
	margin-right: 0px;
	margin-bottom: 3px;
	font-weight: 600;
}
#upbringing .dot-box .link-list li:last-child{
	margin-right: 0;
	margin-bottom: 0;
}
  #upbringing .listPoint .list{
    width: 100%;
    padding: 50px 15px 15px;
    margin-bottom: 15px;
  }
#upbringing .listPoint .list .num{
	width: 55%;
}
  #upbringing .listPoint .list:last-child{
    margin-bottom: 0;
  }
}

