﻿@charset "UTF-8";

.education_benefit img{
  max-width: 100%;
}

.color-primary{
  color: #0e3365;
  font-size: 1.5rem;
  font-weight: bold;
  margin-left: 0 !important;
}

.spOnly{
  display: none;
}

.education_benefit__title{
  background: #3399cc;
  text-align: center;
  padding: 30px 30px 20px;
  color: #fff;
  margin-bottom: 10px;
}

.education_benefit__title01{
  font-size: 1.3em;
  text-decoration: underline;
  margin-bottom: 0 !important;
}

.education_benefit__title02{
  font-size: 2.5em;
  font-weight: bold;
  margin-bottom: 0 !important;
}

.education_benefit__title02 strong{
  font-size: 150%;
}

.education_benefit__title03{
  font-size: 1.5em;
  font-weight: bold;
}

.education_benefit__cta{
  background: #ebf4ff;
  padding: 30px;
  color: #0e3365;
  text-align: center;
  margin-bottom: 30px;
}

.education_benefit__cta p{
  font-weight: bold;
  font-size: 1.3em;
  margin-bottom: 0 !important;
}

.education_benefit__btn a{
  background: #0e3365;
  color: #fff;
  text-decoration: none;
  font-size: 1.3em;
  padding: 10px 20px;
  max-width: 415px;
  display: block;
  margin: 13px auto 0;
  border-radius: 0;
}

@media only screen and (max-width: 768px) {
  .spOnly{
    display: block;
  }

  .education_benefit__title02{
    font-size: 2em;
    line-height: 1.2;
    margin: 10px 0 !important;
  }

  .education_benefit__btn{
    max-width: inherit;
    width: 100%;
  }
}