.lead a {
   color: #1A17AB;
   font-weight: bold;
}

.underline {
   text-decoration: underline;
}

.bg_green {
   background: rgba(18, 155, 135, 0.05);
}

.relatedlist {
   background: rgba(18, 155, 135, 0.3);
   padding: 15px 0 0;
}

.relatedlist a {
   color: #555;
   font-weight: normal;
}

.relatedlist a:hover {
   color: #555;
}

@media (max-width: 768px) {
  .relatedlist {
   padding: 15px 0 27px;
}

}
.relatedlist h3 {
   color: #129B87;
   font-size: 20px;
   font-weight: 400;
   margin-bottom: 15px;
   text-align: center;
}

@media (max-width: 768px) {
  .relatedlist h3 {
   font-size: 16px;
}

}
.relatedlist ul {
   display: flex;
   flex-wrap: wrap;
   justify-content: space-between;
   margin-left: auto;
   margin-right: auto;
   max-width: 985px;
}

@media (max-width: 768px) {
  .relatedlist ul {
   padding: 0 20px;
}

}
.relatedlist ul:after {
   content: "";
   display: block;
   height: 0;
   width: 280px;
}

.relatedlist ul li {
   margin-bottom: 30px;
   width: 280px;
}

@media (max-width: 768px) {
  .relatedlist ul li {
   width: 100%;
}

  .relatedlist ul li:last-child {
   margin-bottom: 0;
}

}
.relatedlist ul li span {
   background: #fff;
   color: #129B87;
   display: block;
   font-size: 15px;
   font-weight: bold;
   letter-spacing: -1px;
   padding: 7px;
   text-align: center;
}

@media (max-width: 768px) {
  .relatedlist ul li span {
   font-size: 14px;
}

}
.relatedlist ul li img {
   padding-bottom: 10px;
}

@media (max-width: 768px) {
  .relatedlist ul li img {
   width: 100%;
}

}
.relatedlist ul li p {
   font-size: 12px;
   line-height: 150%;
}

.relatedlist ul li a {
   display: block;
   transition: 0.2s ease-in-out;
}

.relatedlist ul li a:hover {
   opacity: 0.7;
   text-decoration: none;
}

.btmcta {
   padding: 68px 0;
}

@media (max-width: 768px) {
  .btmcta {
   padding: 35px 45px;
}

}
.btmcta ul {
   display: flex;
   flex-wrap: wrap;
   justify-content: space-between;
   margin-left: auto;
   margin-right: auto;
   max-width: 985px;
}

@media (max-width: 768px) {
  .btmcta ul {
   padding: 0 20px;
}

}
@media (max-width: 768px) {
  .btmcta ul {
   padding: 0 10px;
}

}
.btmcta ul:after {
   content: "";
   display: block;
   height: 0;
   width: 280px;
}

.btmcta ul li {
   display: block;
   font-size: 14px;
   line-height: 150%;
   width: 280px;
}

@media (max-width: 768px) {
  .btmcta ul li {
   margin-bottom: 30px;
   width: 100%;
}

}
.btmcta ul li img {
   padding-bottom: 10px;
}

.btmcta ul li a {
   border-radius: 4px;
   color: #fff;
   display: block;
   font-size: 18px;
   font-weight: 400;
   height: 60px;
   line-height: 60px;
   margin-bottom: 15px;
   position: relative;
   text-align: center;
   transition: 0.15s ease-in-out;
}

.btmcta ul li a:hover {
   opacity: 0.7;
}

@media (max-width: 768px) {
  .btmcta ul li a {
   font-size: 16px;
   height: 45px;
   line-height: 45px;
   margin-bottom: 5px;
}

}
.btmcta ul li a:after {
   border-bottom: 2px solid #fff;
   border-right: 2px solid #fff;
   content: '';
   display: inline-block;
   height: 8px;
   margin-top: -4px;
   position: absolute;
   right: 20px;
   top: 50%;
   transform: rotate(-45deg);
   width: 8px;
}

.btmcta ul li a:hover {
   text-decoration: none;
}

.btmcta ul li:nth-child(1) a {
   background: #FFB55F;
}

.btmcta ul li:nth-child(2) a {
   background: #3AB966;
}

.btmcta ul li:nth-child(3) a {
   background: #4F94D0;
}

.btmcta02 ul {
   display: flex;
   justify-content: center;
   margin-bottom: 75px;
}

@media (max-width: 768px) {
  .btmcta02 ul {
   flex-direction: column;
   justify-content: center;
   margin-bottom: 30px;
}

}
.btmcta02 ul li {
   margin: 0 10px;
}

@media (max-width: 768px) {
  .btmcta02 ul li {
   margin-bottom: 30px;
}

}
.btmcta02 ul a {
   color: #555;
   display: block;
   transition: 0.15s ease-in-out;
}

.btmcta02 ul a:hover {
   opacity: 0.7;
   text-decoration: none;
}

.btmcta02 ul a:hover span {
   color: #129B87;
}

.btmcta02 ul img {
   box-shadow: 0px 5px 18px rgba(41, 41, 41, 0.3);
   display: block;
   margin-bottom: 10px;
}

@media (max-width: 768px) {
  .btmcta02 ul img {
   margin: 0 auto;
}

}
.btmcta02 ul span {
   display: block;
   font-size: 14px;
   font-weight: bold;
   text-align: center;
}

@media (max-width: 768px) {
  .btmcta02 ul span {
   padding-top: 15px;
}

}
.btmcta02 ul span:after {
   border-bottom: 2px solid #555555;
   border-right: 2px solid #555555;
   content: '';
   display: inline-block;
   height: 6px;
   margin-left: 10px;
   margin-top: -4px;
   transform: rotate(-45deg);
   width: 6px;
}

.top #mv_top {
   padding-bottom: 50px;
   text-align: center;
}

@media (max-width: 768px) {
  .top #mv_top {
   padding-bottom: 0px;
}

}
.top #mv_top .slider {
   margin-bottom: 14px;
}

@media (max-width: 768px) {
  .top #mv_top .slider {
   margin-bottom: 20px;
}

}
.top #mv_top .slider div {
   text-align: center;
}

.top #mv_top .slider div img {
   margin: 0 auto;
   max-width: 100%;
}

.top #mv_top .slider_thumb {
   display: flex;
   justify-content: center;
}

.top #mv_top .slider_thumb div {
   border: 3px solid #fff;
   box-sizing: border-box;
   margin: 0 10px 24px;
   width: 282px;
}

.top #mv_top .slider_thumb div img {
   max-width: 100%;
}

.top #mv_top .slider_thumb .ttl {
   color: #129B87;
   font-size: 15px;
   font-weight: bold;
   padding: 9px;
}

.top #mv_top .slider_thumb .txt {
   font-size: 11px;
   padding: 14px 10px;
}

.top #mv_top .slider_thumb .thumbnail-current {
   border: 3px solid #1A17AB;
}

@media (max-width: 768px) {
  .top #mv_top .slider_thumb {
   flex-wrap: wrap;
   margin-bottom: 50px;
}

  .top #mv_top .slider_thumb div {
   margin: 0 0 15px;
   width: calc(50% - 10px);
}

  .top #mv_top .slider_thumb .ttl {
   font-size: 11px;
   padding: 2px 10px;
   text-align: left;
}

  .top #mv_top .slider_thumb .txt {
   display: none;
}

}
.top #mv_top .flexslider .slides img {
   margin: 0 auto;
   width: auto;
}

.top #mv_top .flexslider {
   border: none;
   margin-bottom: 14px;
}

@media (max-width: 768px) {
  .top #mv_top .flexslider {
   margin-bottom: 20px;
}

}
.top .movie {
   background: rgba(18, 155, 135, 0.05);
   margin: 0px auto;
   padding: 50px 0px 10px 0px;
}

@media (max-width: 768px) {
.top .movie {
   padding: 30px 0px 1px 0px;
}

 }
.top .movie .content {
   display: flex;
   margin: 0 auto 40px auto;
   max-width: 1270px;
}

@media (max-width: 768px) {
.top .movie .content {
   flex-wrap: wrap;
   margin-bottom: 0px;
}

 }
 
@media (max-width: 768px) {
  .top .movie video {
   box-sizing: border-box;
   display: block;
   height: auto;
   padding: 0px 20px;
   width: 100%;
}

 }
 
.top .movie .video-btn {
   background: #f1e767;
   background: -webkit-gradient(linear, left top, left bottom, from(#73d1c4), to(#009c87));
   background: -webkit-linear-gradient(top, #73d1c4 0%, #009c87 100%);
   background: linear-gradient(to bottom, #73d1c4 0%, #009c87 100%);
   border: 1px solid #ccc;
   border-radius: 20px;
   color: white;
   cursor: pointer;
   display: block;
   font-size: 20px;
   margin: 20px auto;
   -moz-border-radius: 20px;
   padding: 15px 0px 17px 0px;
   text-align: center;
   -webkit-border-radius: 20px;
   width: 150px;
}

  
.top .movie .video-btn:hover {
   background: -webkit-gradient(linear, left bottom, left top, from(#73d1c4), to(#009c87));
   background: -webkit-linear-gradient(bottom, #73d1c4 0%, #009c87 100%);
   background: linear-gradient(to top, #73d1c4 0%, #009c87 100%);
}

.top .movie .text {
   line-height: 1.0em;
   padding-left: 60px;
}

@media (max-width: 768px) {
 .top .movie .text {
   padding: 0px 20px;
}

 }
.top .movie .text h4 {
   color: #129B87;
   font-size: 22px;
   font-weight: 400;
   line-height: 1.4em;
   margin-bottom: 24px;
}

@media (max-width: 768px) {
 .top .movie .text h4 {
   margin-bottom: 0px;
   padding-top: 20px;
}

 }
.top .movie .text ul {
   padding: 10px 0px 30px 0px;
}

@media (max-width: 768px) {
 .top .movie .text ul {
   padding: 15px 0px;
}

 }
.top .movie .text ul li {
   background: url(../img/top/check_mark.png)no-repeat 0px 12px;
   background-size: 28px;
   font-size: 20px;
   line-height: 1.4em;
   padding: 8px 0px 8px 40px;
}

.top .movie .text p {
   font-size: 15px;
   font-weight: 500;
   line-height: 190%;
}

.top .course p {
   line-height: 190%;
}

.top .course dl {
   align-items: flex-start;
   display: flex;
   line-height: 30px;
}

.top .course dl + dl {
   margin-top: 20px;
}

.top .course dl dt {
   background: #129B87;
   border-radius: 3px;
   color: #fff;
   font-size: 12px;
   font-weight: bold;
   text-align: center;
   width: 19%;
}

.top .course dl dd {
   font-size: 15px;
   line-height: 26px;
   padding-left: 10px;
   width: 81%;
}

@media (max-width: 768px) {
  .top .course dl {
   line-height: 24px;
}

  .top .course dl + dl {
   margin-top: 5px;
}

  .top .course dl dt {
   font-size: 10px;
}

  .top .course dl dd {
   font-size: 14px;
   line-height: 22px;
}

}
.top .link_btn {
   margin-bottom: 70px;
   text-align: center;
}

.top .link_btn a {
   background: #fff;
   border: 1px solid #1A17AB;
   border-radius: 4px;
   box-sizing: border-box;
   color: #1A17AB;
   display: inline-block;
   font-size: 14px;
   padding: 19px 20px;
   position: relative;
   width: 237px;
}

.top .link_btn a:hover {
   background: #1A17AB;
   color: #fff;
   text-decoration: none;
}

.top .link_btn a:hover:after {
   border-color: #fff;
}

.top .link_btn a:after {
   border-bottom: 1px solid #1A17AB;
   border-right: 1px solid #1A17AB;
   content: '';
   display: block;
   height: 5px;
   margin-top: -2px;
   position: absolute;
   right: 20px;
   top: 50%;
   transform: rotate(-45deg);
   width: 5px;
}

.top .course {
   padding-top: 40px;
}

.top .training-menu {
   margin: 0 auto;
   max-width: 1270px;
}

.top .training-menu .icon_ttl {
   color: #129B87;
   font-size: 22px;
   font-weight: 400;
   margin-bottom: 24px;
}

.top .training-menu .icon_ttl img {
   padding-right: 20px;
   vertical-align: middle;
}

.top .training-menu .box_ttl {
   margin-bottom: 20px;
}

.top .training-menu .box_ttl strong {
   background: #129B87;
   border-radius: 3px;
   color: #fff;
   display: inline-block;
   font-size: 12px;
   font-weight: bold;
   margin-right: 10px;
   padding: 10px 40px;
   text-align: center;
}

.top .training-menu .box_ttl a {
   font-size: 16px;
   padding: 0px 40px 0px 10px;
   position: relative;
}

.top .training-menu .box_ttl a:after {
   border-bottom: 1px solid #1A17AB;
   border-right: 1px solid #1A17AB;
   content: '';
   display: block;
   height: 8px;
   margin-top: -2px;
   position: absolute;
   right: 20px;
   top: 50%;
   transform: rotate(-45deg);
   width: 8px;
}

@media (max-width: 768px) {
  .top .training-menu .icon_ttl {
   font-size: 20px;
   margin-bottom: 15px;
   text-align: center;
}

  .top .training-menu .icon_ttl img {
   padding-right: 15px;
   width: 50px;
}

}
.top .training-menu p {
   font-size: 15px;
   line-height: 190%;
   margin-bottom: 30px;
}

@media (max-width: 768px) {
  .top .training-menu p {
   font-size: 14px;
   margin-bottom: 15px;
}

}
.top .training-menu .left {
   width: 50%;
}

.top .training-menu .right {
   margin-left: auto;
   width: 52%;
}

.top .training-menu dl {
   align-items: flex-start;
   display: flex;
   line-height: 30px;
}

@media (max-width: 768px) {
  .top .training-menu dl {
   flex-direction: column;
   margin-top: 0px;
}

}
.top .training-menu dl + dl {
   margin-top: 20px;
}

@media (max-width: 768px) {
  .top .training-menu dl + dl {
   margin-top: 5px;
}

}
.top .training-menu dl dt {
   background: #129B87;
   border-radius: 3px;
   color: #fff;
   font-size: 12px;
   font-weight: bold;
   text-align: center;
   width: 19%;
}

@media (max-width: 768px) {
  .top .training-menu dl dt {
   width: 92px;
}

}
.top .training-menu dl dd {
   font-size: 15px;
   line-height: 26px;
   padding-left: 10px;
   width: 81%;
}

@media (max-width: 768px) {
  .top .training-menu dl dd {
   box-sizing: border-box;
   font-size: 14px;
   margin-bottom: 10px;
   padding-left: 0;
   width: 100%;
}

}
.top .training-menu .content {
   display: flex;
   margin: 0 auto;
   max-width: 1270px;
}

@media (max-width: 768px) {
  .top .training-menu .content {
   flex-direction: column;
   padding: 0 20px;
}

}
.top .training01 {
   margin-bottom: 40px;
   position: relative;
}

.top .training01 .left {
   padding-right: 70px;
}

.top .training01 .thumb {
   background-size: contain;
   margin-right: 0;
   max-width: 50%;
   width: 50%;
   display: flex;
   margin: 74px 0px 0px auto;
}

.top .training01 .thumb a:hover {
   opacity: 0.6;
}

.top .training01 .thumb .box_ttl {
   margin-bottom: 40px;
   white-space: nowrap;
}

@media (max-width: 768px) {
  .top .training01 .thumb {
   display: block;
   margin: 5px auto 0px auto;
   max-width: 100%;
   width: 100%; /*margin-right: -20px;
	margin-top: 25px;
	max-width: calc(100% + 20px);
	width: calc(100% + 20px);*/
}

.top .training01 .thumb .box_ttl {
   margin-bottom: 8px;
}

  .top .training01 .thumb .img {
   width: 80%;
}

}
.top .training02 {
   margin-bottom: 40px;
   position: relative;
}

.top .training02 .content {
   flex-direction: row-reverse;
}

@media (max-width: 768px) {
  .top .training02 .content {
   flex-direction: column;
}

}
.top .training02 .thumb {
   background-size: contain;
   margin-right: 0;
   max-width: 50%;
   width: 50%;
}

.top .training02 .thumb img {
   box-sizing: border-box;
   max-width: 100%;
   padding-right: 20px;
}

@media (max-width: 768px) {
  .top .training02 .thumb {
   margin-left: -20px;
   max-width: calc(100% + 20px);
   width: calc(100% + 20px);
}

  .top .training02 .thumb img {
   padding-right: 0;
}

}
.top .training03 {
   margin-bottom: 40px;
   position: relative;
}

.top .training03 .left {
   padding-right: 40px;
}

.top .training03 .thumb {
   background-size: contain;
   margin-left: auto;
   margin-right: 0;
   max-width: 50%;
   width: 50%;
}

@media (max-width: 768px) {
  .top .training03 .thumb {
   margin-right: -20px;
   max-width: calc(100% + 20px);
   width: calc(100% + 20px);
}

}
@media (max-width: 768px) {
  .top .training03 .icon_ttl {
   line-height: 140%;
   text-align: left;
}

}
@media (max-width: 768px) {
  .top .training-menu .left,
  .top .training-menu .right {
   width: 100%;
}

}
.top .training {
   background: rgba(18, 155, 135, 0.05);
   padding: 40px 0 1px;
}

.top .training dl {
   align-items: flex-start;
   display: flex;
   line-height: 30px;
}

.top .training dl + dl {
   margin-top: 20px;
}

@media (max-width: 768px) {
  .top .training dl + dl {
   margin-top: 0px;
}

}
.top .training dl dt {
   background: #129B87;
   border-radius: 3px;
   color: #fff;
   font-size: 12px;
   font-weight: bold;
   text-align: center;
   width: 19%;
}

@media (max-width: 768px) {
  .top .training dl dt {
   width: 92px;
}

}
.top .training dl dd {
   font-size: 15px;
   line-height: 26px;
   padding-left: 10px;
   width: 81%;
}

.top .training .lead {
   font-size: 15px;
   margin-bottom: 70px;
   text-align: center;
}

@media (max-width: 768px) {
  .top .training .lead {
   font-size: 14px;
   line-height: 180%;
   margin-bottom: 10px;
   padding: 0 20px;
   text-align: left;
}

}
@media (max-width: 768px) {
  .top .training dl {
   line-height: 24px;
}

  .top .training dl + dl {
   margin-top: 10px;
}

  .top .training dl dt {
   font-size: 10px;
}

  .top .training dl dd {
   font-size: 14px;
   line-height: 22px;
}

}
.top .news {
   margin: 0 auto;
   max-width: 980px;
   padding: 70px 0;
}

@media (max-width: 768px) {
  .top .news {
   padding: 70px 20px;
}

}
.top .news .link_btn {
   margin-bottom: 0;
   margin-top: 40px;
}

.top .news dl {
   margin-bottom: 20px;
}

.top .news dl dt, .top .news dl dd {
   display: inline-block;
}

.top .news dl dt {
   font-size: 14px;
}

@media (max-width: 768px) {
  .top .news dl dt {
   font-size: 12px;
   margin-bottom: 5px;
}

}
.top .news dl dt span {
   background: #129B87;
   border-radius: 4px;
   color: #fff;
   display: inline-block;
   font-size: 12px;
   margin: 0 10px 0 20px;
   padding: 2px 0 4px;
   text-align: center;
   width: 92px;
}

@media (max-width: 768px) {
  .top .news dl dt span {
   padding: 0px 0 2px;
}

}
.top .news dl dd {
   font-size: 15px;
}

.top .news dl dd:before {
   border-bottom: 1px solid #86A079;
   border-right: 1px solid #86A079;
   content: '';
   display: inline-block;
   height: 5px;
   margin-right: 5px;
   transform: rotate(-45deg);
   vertical-align: 2px;
   width: 5px;
}

.top .bnr_area {
   background: rgba(18, 155, 135, 0.05);
   padding: 70px;
}

@media (max-width: 768px) {
  .top .bnr_area {
   padding: 70px 20px 10px;
}

}
.top .bnr_area .flex_box {
   display: flex;
   justify-content: space-between;
   margin: 0 auto;
   max-width: 870px;
}

@media (max-width: 768px) {
  .top .bnr_area .flex_box {
   flex-direction: column;
}

  .top .bnr_area .flex_box div {
   margin-bottom: 62px;
}

}
.top .bnr_area h4 {
   color: #129B87;
   font-size: 30px;
   font-weight: 400;
   margin-bottom: 20px;
   text-align: center;
}

@media (max-width: 768px) {
  .top .bnr_area h4 {
   font-size: 26px;
}

}
.top .bnr_area img {
   padding-bottom: 25px;
}

@media (max-width: 768px) {
  .top .bnr_area img {
   padding-bottom: 5px;
}

}
.top .bnr_area .txt {
   font-size: 15px;
   line-height: 180%;
   margin-bottom: 28px;
}

.top .bnr_area .link_btn {
   margin-bottom: 0;
}

.top .archive {
   padding: 70px 0 0;
}

.top .archive .news_list {
   display: flex;
   justify-content: center;
   margin-bottom: 30px;
}

.top .archive .news_list img {
   max-width: 100%;
   transition: 0.15s ease-in-out;
}

.top .archive .news_list img:hover {
   opacity: 0.7;
}

.top .archive .news_list a {
   color: #555;
   font-weight: 400;
}

.top .archive .news_list .day {
   font-size: 12px;
}

@media (max-width: 768px) {
  .top .archive .news_list {
   flex-direction: column;
}

  .top .archive .news_list img {
   width: 100%;
}

  .top .archive .news_list li {
   margin: 0 0 50px;
}

}
.top .voice {
   background: rgba(18, 155, 135, 0.05);
   padding: 50px 0 70px;
}

.top .voice a {
   font-weight: normal;
}

.top .voice .ttl, .top .voice .txt {
   padding-left: 10px;
}

.top .voice .ttl {
   font-weight: bold;
}

.top .voice .course_ttl {
   margin-left: 10px;
}

.top .voice .news_list {
   padding: 0 43px;
}

@media (max-width: 768px) {
  .top .voice .news_list {
   padding: 0;
}

}
.top .voice .news_list li {
   margin: 0 8px;
   padding-bottom: 7px;
   width: 210px;
}

@media (max-width: 768px) {
  .top .voice .news_list li {
   margin: 0 15px;
   width: 280px;
}

}
.top .voice .news_list li img {
   height: 140px;
   object-fit: cover;
   transition: 0.15s ease-in-out;
   width: 100%;
}

.top .voice .news_list li img:hover {
   opacity: 0.7;
}

.top .voice .news_list li a {
   color: #555;
}

.top .voice .slick-next {
   right: 3px;
}

@media (max-width: 768px) {
  .top .voice .slick-next {
   margin-right: -165px;
   right: 50%;
}

}
.top .voice .slick-next:before {
   border-bottom: 3px solid #86A079;
   border-right: 3px solid #86A079;
   content: '';
   display: block;
   height: 12px;
   transform: rotate(-45deg);
   width: 12px;
}

.top .voice .slick-prev {
   left: 0;
   z-index: 9;
}

@media (max-width: 768px) {
  .top .voice .slick-prev {
   left: 50%;
   margin-left: -160px;
}

}
.top .voice .slick-prev:before {
   border-bottom: 3px solid #86A079;
   border-right: 3px solid #86A079;
   content: '';
   display: block;
   height: 12px;
   transform: rotate(135deg);
   width: 12px;
}

.top .voice .link_btn {
   margin-bottom: 0;
}

.top .voice .link_btn a {
   font-size: 14px;
   font-weight: bold;
   padding: 10px 10px;
   width: 258px;
}

.top .voice .link_btn a:after {
   right: 10px;
}

.top .news_list {
   margin: 0 auto 60px;
   max-width: 980px;
   padding: 0 50px;
}

@media (max-width: 768px) {
  .top .news_list {
   margin-bottom: 30px;
   padding: 0 20px;
}

}
.top .news_list li {
   background: #fff;
   margin: 0 9px;
   width: 210px;
}

@media (max-width: 768px) {
  .top .news_list li {
   width: 100%;
}

}
.top .news_list li a {
   display: block;
   position: relative;
}

.top .news_list li a .tag {
   background: #129B87;
   border-radius: 3px;
   color: #fff;
   display: block;
   left: 0;
   padding: 4px 0;
   position: absolute;
   text-align: center;
   top: 0;
   width: 100px;
   z-index: 10;
}

.top .news_list .ttl {
   font-size: 12px;
   font-weight: bold;
   margin-bottom: 8px;
}

@media (max-width: 768px) {
  .top .news_list .ttl {
   margin-bottom: 3px;
}

}
.top .news_list .day {
   margin-bottom: 8px;
}

@media (max-width: 768px) {
  .top .news_list .day {
   margin-bottom: 3px;
   padding-left: 10px;
}

}
.top .news_list img {
   padding-bottom: 10px;
}

@media (max-width: 768px) {
  .top .news_list img {
   padding-bottom: 5px;
}

}
.top .news_list .txt {
   font-size: 10px;
   line-height: 190%;
}

.top .news_list .course_ttl {
   background: #129B87;
   border-radius: 3px;
   color: #fff;
   display: inline-block;
   font-size: 10px;
   line-height: 100%;
   margin-bottom: 8px;
   padding: 2px 10px;
}

.top .flex_box.left_img {
   display: flex;
   flex-wrap: wrap;
   font-size: 15px;
   justify-content: space-between;
   line-height: 190%;
   margin-bottom: 40px;
   margin-left: auto;
   margin-right: auto;
   max-width: 985px;
}

@media (max-width: 768px) {
  .top .flex_box.left_img {
   padding: 0 20px;
}

}
@media (max-width: 768px) {
  .top .flex_box.left_img {
   margin-bottom: 20px;
}

}
.top .flex_box.left_img div:first-child {
   width: 450px;
}

@media (max-width: 768px) {
  .top .flex_box.left_img div:first-child {
   width: 100%;
}

}
.top .flex_box.left_img div:last-child {
   width: calc(100% - 490px);
}

@media (max-width: 768px) {
  .top .flex_box.left_img div:last-child {
   width: 100%;
}

}
@media (max-width: 768px) {
  .top .flex_box.left_img {
   font-size: 14px;
   line-height: 190%;
}

}
.top .flex_box.left_img .blue {
   color: #1A17AB;
}

.top .flex_box.left_img img {
   padding-bottom: 10px;
}

@media (max-width: 768px) {
  .top .flex_box.left_img img {
   padding-bottom: 5px;
}

}
.top .flex_box.left_img a {
   color: #1A17AB;
   font-weight: bold;
}

.top .summary {
   background: rgba(18, 155, 135, 0.05);
   padding: 30px 0 58px;
}

@media (max-width: 768px) {
  .top .summary {
   padding: 20px 0 25px;
}

}
.top .summary .flex_box {
   align-items: center;
   display: flex;
   flex-wrap: wrap;
   justify-content: space-between;
   margin-left: auto;
   margin-right: auto;
   max-width: 985px;
}

@media (max-width: 768px) {
  .top .summary .flex_box {
   padding: 0 20px;
}

}
.top .summary .flex_box .ttl {
   background: #fff;
   border-radius: 8px;
   box-sizing: border-box;
   box-sizing: border-box;
   color: #129B87;
   font-size: 16px;
   font-weight: 400;
   height: 45px;
   margin-bottom: 20px;
   padding: 3px 0;
   text-align: center;
   width: calc(50% - 9px);
}

@media (max-width: 768px) {
  .top .summary .flex_box .ttl {
   font-size: 14px;
   height: auto;
   margin-bottom: 10px;
   padding: 5px;
   width: 100%;
}

}
.top .summary .flex_box .ttl span {
   font-size: 70%;
   font-weight: 300;
}

.top .summary .flex_box .ttl + .ttl {
   padding-top: 12px;
}

@media (max-width: 768px) {
  .top .summary .flex_box .ttl + .ttl {
   padding: 5px;
}

}
.top .summary .list {
   width: 100%;
}

.top .summary .list ul {
   display: flex;
   flex-wrap: wrap;
   justify-content: space-between;
   width: 100%;
}

.top .summary .list ul li {
   align-items: center;
   background: #129B87;
   border-radius: 8px;
   box-sizing: border-box;
   color: #fff;
   display: flex;
   font-size: 16px;
   font-weight: bold;
   line-height: 150%;
   margin-bottom: 20px;
   padding: 8px 12px;
   padding-right: 0;
   width: calc(25% - 12px);
}

@media (max-width: 768px) {
  .top .summary .list ul li {
   font-size: 13px;
   margin-bottom: 10px;
   padding: 4px;
   width: calc(50% - 5px);
}

  .top .summary .list ul li .txt {
   width: calc(100% - 40px);
}

}
.top .summary .list ul li .icon {
   padding-left: 10px;
   padding-right: 15px;
}

@media (max-width: 768px) {
  .top .summary .list ul li .icon {
   padding-left: 3px;
   padding-right: 7px;
}

  .top .summary .list ul li .icon img {
   width: 32px;
}

}
.top .summary .list ul li:nth-child(8) .icon {
   padding-right: 0;
}

@media (max-width: 768px) {
  .top .summary .list ul li:nth-child(8) .icon {
   padding-right: 3px;
   width: 32px;
}

}
.top .summary .list ul li:last-child {
   padding: 12px;
}

@media (max-width: 768px) {
  .top .summary .list ul li:last-child {
   padding-left: 3px;
   padding-right: 7px;
}

}
.top .summary .list p {
   font-size: 15px;
}

@media (max-width: 768px) {
  .top .summary .list p {
   font-size: 14px;
}

}
.top .summary .list p a {
   color: #1A17AB;
   font-weight: bold;
}

.top .price {
   padding: 30px 0 60px;
}

@media (max-width: 768px) {
  .top .price {
   padding: 20px 20px 30px;
}

}
.top .price table {
   border: 2px solid #129B87;
   margin: 0 auto;
   max-width: 872px;
   width: 100%;
}

.top .price table th {
   background: #129B87;
   color: #fff;
}

.top .price table tr:nth-child(even) th {
   background: rgba(18, 155, 135, 0.6);
}

.top .price table tr:nth-child(even) td {
   border-bottom: 1px solid rgba(18, 155, 135, 0.6);
}

.top .price table th, .top .price table td {
   padding: 18px 0;
}

.top .price table th {
   font-size: 16px;
   width: 25%;
}

@media (max-width: 768px) {
  .top .price table th {
   font-size: 15px;
   padding-left: 10px;
   padding-right: 10px;
   width: 40%;
}

}
.top .price table td {
   border-bottom: 1px solid #129B87;
   font-size: 15px;
   font-weight: bold;
   padding-left: 30px;
}

@media (max-width: 768px) {
  .top .price table td {
   font-size: 14px;
   padding-left: 10px;
   padding-right: 10px;
}

}
.top .point_anchor {
   background: rgba(18, 155, 135, 0.05);
   padding: 55px 0;
}

@media (max-width: 768px) {
  .top .point_anchor {
   padding: 25px 0;
}

}
.top .point_anchor ul {
   display: flex;
   justify-content: space-between;
   margin-left: auto;
   margin-right: auto;
   max-width: 985px;
   text-align: center;
}

@media (max-width: 768px) {
  .top .point_anchor ul {
   padding: 0 20px;
}

}
@media (max-width: 768px) {
  .top .point_anchor ul {
   flex-wrap: wrap;
}

  .top .point_anchor ul li {
   margin-bottom: 20px;
   width: calc(50% - 10px);
}

}
.top .point_anchor ul span {
   display: block;
   font-size: 26px;
   font-weight: 300;
   line-height: 1;
   margin-bottom: 10px;
}

@media (max-width: 768px) {
  .top .point_anchor ul span {
   font-size: 18px;
   margin-bottom: 5px;
}

}
.top .point {
   padding: 50px 0 10px;
}

@media (max-width: 768px) {
  .top .point {
   padding: 25px 0;
}

}
.top .point h4 {
   font-size: 37px;
   font-weight: 300;
   margin-bottom: 50px;
   text-align: center;
}

@media (max-width: 768px) {
  .top .point h4 {
   font-size: 20px;
   margin-bottom: 20px;
}

}
.top .point h4 img {
   display: block;
   margin: 20px auto 0;
}

@media (max-width: 768px) {
  .top .point h4 img {
   margin-top: 10px;
   width: 100px;
}

}
.top .point h5 {
   color: #129B87;
   font-size: 20px;
   font-weight: bold;
   margin-bottom: 15px;
   margin-left: auto;
   margin-right: auto;
   max-width: 985px;
}

@media (max-width: 768px) {
  .top .point h5 {
   padding: 0 20px;
}

}
@media (max-width: 768px) {
  .top .point h5 {
   font-size: 16px;
   margin-bottom: 10px;
}

}
.top .point .flex_box {
   display: flex;
   margin-bottom: 60px;
   margin-left: auto;
   margin-right: auto;
   max-width: 985px;
}

@media (max-width: 768px) {
  .top .point .flex_box {
   padding: 0 20px;
}

}
@media (max-width: 768px) {
  .top .point .flex_box {
   flex-wrap: wrap;
   margin-bottom: 30px;
}

}
.top .point .flex_box .txt {
   font-size: 15px;
   line-height: 190%;
   margin-right: 30px;
}

@media (max-width: 768px) {
  .top .point .flex_box .txt {
   font-size: 14px;
   margin-right: 0;
   width: 100%;
}

}
.top .point .flex_box .txt p {
   margin-bottom: 25px;
}

.top .point .flex_box .txt .related_link {
   margin-left: 3em;
   text-indent: -3em;
}

.top .point .flex_box .txt .related_link a {
   color: #1A17AB;
   font-weight: bold;
}

.top .benefits {
   padding: 70px 0 60px;
}

@media (max-width: 768px) {
  .top .benefits {
   padding: 25px 0;
}

}
.top .benefits .lead {
   font-size: 15px;
   margin-bottom: 58px;
   margin-left: auto;
   margin-right: auto;
   max-width: 985px;
}

@media (max-width: 768px) {
  .top .benefits .lead {
   padding: 0 20px;
}

}
@media (max-width: 768px) {
  .top .benefits .lead {
   font-size: 14px;
   margin-bottom: 30px;
}

}
.top .benefits .flex_box {
   display: flex;
   justify-content: space-between;
   margin-left: auto;
   margin-right: auto;
   max-width: 985px;
}

@media (max-width: 768px) {
  .top .benefits .flex_box {
   padding: 0 20px;
}

}
@media (max-width: 768px) {
  .top .benefits .flex_box {
   display: block;
}

}
.top .benefits .flex_box div {
   width: calc(50% - 40px);
}

@media (max-width: 768px) {
  .top .benefits .flex_box div {
   margin-bottom: 40px;
   width: 100%;
}

}
.top .benefits .flex_box div img {
   padding-bottom: 30px;
}

@media (max-width: 768px) {
  .top .benefits .flex_box div img {
   padding-bottom: 10px;
}

}
.top .benefits .flex_box div .ttl {
   font-size: 18px;
   font-weight: bold;
   line-height: 160%;
   margin-bottom: 10px;
}

@media (max-width: 768px) {
  .top .benefits .flex_box div .ttl {
   font-size: 16px;
}

}
.top .benefits .flex_box div .txt {
   font-size: 15px;
   line-height: 190%;
}

@media (max-width: 768px) {
  .top .benefits .flex_box div .txt {
   font-size: 14px;
}

}
