@charset "UTF-8";
/* --------------------------------------------

	FileName	:	style.css

-------------------------------------------- */

.main-contents-inner p {
    padding: 0 15px;
    margin: 0 0 30px;
}
.main-contents-inner .program {
    margin-bottom: 10px;
}
.mathematical {
    background-color: #efefe9;
    padding: 45px 43px 70px 43px;
    margin-bottom: 20px;
}
.title {
    background-color: #006d36;
    padding: 15px 20px;
    color: #fff;
    font-size: 1.2em;
    margin-bottom: 20px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 20px;
}
.title dt{
    background-color: #fff;
    border-radius: 20px;
    color: #006d36;
    letter-spacing: 0.1em;
    padding: 5px 25px;
    
}
.title dd{
    flex-basis: 70%;
    
}
.bgc-red {
    background-color: #e60044;
}
.bgc-red dt{
    color: #e60044;
}
.freshman .box {
   display: flex;
    justify-content: space-between;
    gap:20px; 
}
.freshman .box-item {
    background-color: #fff;
    padding: 25px 20px;
    flex-basis: 50%;
}
.freshman .skill > dt {
    color: #006d36;
    font-weight: bold;
    margin-bottom: 5px;
}
.mathematical h3 {
    font-size: 1.1em;
    padding: 15px 20px;
    margin-bottom: 25px;
    font-weight: bold;
}
.sophomore .skill > dt {
    color: #e60044;
    font-weight: bold;
    margin-bottom: 5px;
}
.sophomore p {
    color: #e60044;
    font-weight: bold;
    margin-bottom: 20px;
}
.sophomore p span{
    background-color: #e60044;
    color: #fff;
    font-weight: normal;
   border-radius: 20px;
    padding: 5px 20px;
    margin-right: 10px;
}
.brd-green {
    color: #006d36;
    border: solid 1px #006d36;
}
.brd-red {
    color: #e60044;
    border: solid 1px #e60044;
}
.skill dd {
    line-height: 1.7;
}
.skill ul {
    display: flex;
    flex-wrap: wrap;
}
.skill li {
    list-style: disc;
    flex-basis: 45%;
    margin-left: 20px;
}
.sophomore_inner{
    background-color: #fff;
   padding: 25px 20px;    
}
h2 {
    color: #00783d;
    font-weight: bold;
    font-size: 1.2em;
}
.main-contents-inner .glocalist {
    color: #006d36;
    font-size: 1.7em;
    font-weight: bold;
    text-align: center;
    background-color: #fff;
    padding: 20px;
    border: 1px solid #006d36;
}
.dli-caret-down{
  display: inline-block;
  vertical-align: middle;
  border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 26px solid #006d36;
}
.arrow {
    text-align: center;
    margin: 50px 0;
}
.ability {
    padding: 0 15px;
    margin: 0 0 30px;
}
.dot {
     margin: 0 0 24px;
}
.ability li {
padding-left:1em;
	text-indent:-1em;
}
.ability .first-tit {
    margin-bottom: 8px;
}
.ability .first-tit:before {
    content: "■";
    color: #00783d;
}
.txt-bd {
   text-decoration: underline;
}
.table-2 {
    margin-bottom: 20px;
}
.table-2 .wid30{
   width: 30%
}
.table-2 .wid20{
   width: 20%
}
.table-2 .purpose{
   text-align: left;
}
@media screen and (max-width: 768px) {
.mathematical {
    background-color: #efefe9;
    padding: 20px 10px;
}
.title {
    display: block;
    text-align: center;
}
.title dt {
    display: inline-block;
    margin-bottom: 10px;
}
.freshman .box {
    display: block;
    margin: 0 auto;
}
.skill ul {
 display: block;
}
.freshman .box-item {
    padding: 10px;
    margin-bottom: 20px;
}
.arrow {
    margin: 20px 0;
}
.skill {
        margin-bottom: 10px;
    }
.sophomore p {
   line-height: 1.7;
}
.main-contents-inner .glocalist {
    font-size: 1.4em;
}
.main-contents-inner p {
    margin: 0 0 15px;
}
.table-2 td {
    width: auto;
    white-space:normal;
}
}






























