@charset "utf-8";
main .vi {background: linear-gradient(-45deg, #502cd6, #3b70e4, #843be2); background-size: 400% 400%;}
main .vi .title .subcopy {font-size:2.2em; font-weight:500;}
main .vi .title .subcopy br {display:none;}
main .vi .title .subcopy > span {display:block;}
main .about .h3_box h3 {font-size:5.8em;}
main .about .h3_box {background: linear-gradient(-45deg, #843be2, #1e4093);}
main .about .h3_box img {max-width:100%;}
main .program table tbody strong span {color:#502cd6;}
main .program table th {background-color: #1e4093;}
main .program table .table_2deps th:nth-child(2) {background-color:#502cd6; width:30%;}
main .program table .table_2deps th:nth-child(3) {background-color:#1e4093; width:30%;}
main .program table .table_2deps th:nth-child(4) {background-color:#843be2; width:30%;}

main .program table .table_2deps td:nth-child(2) {background-color:#f4f0ff;}
main .program table .table_2deps td:nth-child(3) {background-color:#edf4fa;}
main .program table .table_2deps td:nth-child(4) {background-color:#f5edff;}

main .partner {background-color:#10296c;}
main .booth .flex li i {color:#3b70e4;}

main .teacher .list_teacher .box > span {width:100px; height:100px;}
main .teacher .list_teacher .box p {width: calc(100% - 110px);}

@media screen and (max-width: 800px) {
  main .about .h3_box img {max-width:200px;}
  main .about .h3_box p br {display:none;}
}