/* サブページトップ */
.sub_top {
    width: 100%;
    height: 150px;
    background: url(../img/bg_round_green_subhead.svg) no-repeat center bottom;
    display: flex;
    justify-content: center;
    align-items: center;
}
h1.sub_title p {
    font-size: 26px;
    line-height: 130%;
    font-weight: 400;
}
h1.sub_title p span.eng {
    font-size: 16px;
    font-family: "Mulish", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
	color: #2387eb;
}
@media screen and (min-width: 768px){
.sub_top {
    height: 200px;
}
}
@media screen and (min-width: 1000px){
.sub_top {
    height: 280px;
    padding-top: 70px;
}
h1.sub_title p {
    font-size: 28px;
}
h1.sub_title p span.eng {
    font-size: 17px;
}
}



/* サブページボックス */
.subbox {
    padding: 50px 0 150px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}
/* subbox01・02は何番目にくるかでpaddingが変わる */
.subbox01 {
    padding: 0 0 50px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}
.subbox02 {
    padding: 50px 0 150px;
    background: linear-gradient(90deg, #dbeaf7, #e3f2fb);
    display: flex;
    justify-content: center;
    align-items: center;
}
.subbox03 {
    padding: 50px 0 0;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}
.subbox p, .subbox02 p, .subbox03 p {
    text-align: justify;
}
.s01 {
    text-align: center;
    margin-bottom: 50px;
}   
.s01:last-of-type {
    margin-bottom: 0;
}
.sb_bg01 {
    text-align: center;
    background: #dfeef9;
    padding: 40px 20px 30px;
    border-radius: 15px;
}
.sb_bg02 {
    text-align: center;
    background: #dfeef9;
    padding: 15px;
    border-radius: 10px;
}
.philo_pic {
    max-width: 600px;
    border-radius: 15px;
}
@media screen and (min-width: 768px){
.sb_bg01 {
    padding: 50px 35px;
}
.sb_bg02 {
    padding: 20px 30px;
}
}
@media screen and (min-width: 1000px){
.subbox {
    padding: 80px 0 200px;
}
/* subbox01・02は何番目にくるかでpaddingが変わる */
.subbox01 {
    padding: 0 0 80px;
}
.subbox02 {
    padding: 80px 0 200px;
}
.subbox03 {
    padding: 80px 0 0;
}
.s01 {
    margin-bottom: 100px;
}
.s01:last-of-type {
    margin-bottom: 0;
}
.sb_bg01 {
    padding: 50px;
    border-radius: 30px;
}
.philo_pic {
    border-radius: 30px;
}
}


/* サブボックスの中flex */
@media screen and (min-width: 1000px){
.sub_flex01 {
    display: flex;
    justify-content: space-between;
}
.sub_flex02 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
}

/* テキスト */
.sub_txt01_mainbg, .sub_txt01_mainbg_slim {
    background-color: #dfeef9;
    padding: 20px 15px;
    border-radius: 10px 10px 0 0;
    position: relative;
}
.sub_txt01_subbg, .sub_txt01_subbg_slim {
    background-color: #fff0e1;
    padding: 20px 15px;
    border-radius: 10px 10px 0 0;
    position: relative;
}
.sub_txt01, .sub_txt02, .sub_txt03 {
    margin-bottom: 25px;
}
@media screen and (min-width: 599px){
.sub_txt01_mainbg, .sub_txt01_mainbg_slim {
    padding: 30px;
}
.sub_txt01_subbg, .sub_txt01_subbg_slim {
    padding: 30px;
}
}
@media screen and (min-width: 1000px){
.sub_txt01_mainbg {
    width: 50%;
    padding: 40px;
    border-radius: 15px 0 0 15px;
}
.sub_txt01_mainbg_slim {
    width: 50%;
    padding: 30px 40px 15px;
    border-radius: 15px 0 0 15px;
}
.sub_txt01_subbg {
    width: 50%;
    padding: 40px;
    border-radius: 15px 0 0 15px;
}
.sub_txt01_subbg_slim {
    width: 50%;
    padding: 30px 40px 15px;
    border-radius: 15px 0 0 15px;
}
.sub_txt01 {
    width: calc(50% - 25px);
    margin-bottom: 0;
}
.sub_txt02 {
    width: calc(55% - 25px);
    margin-bottom: 0;
}
.sub_txt03 {
    width: calc(60% - 25px);
    margin-bottom: 0;
}
}
@media screen and (min-width: 1024px){
.sub_txt01_mainbg_slim02 {
    width: 50%;
    padding: 40px;
    border-radius: 15px 0 0 15px;
}
}


/* 写真 */
.sub_pic_bdr img {
    padding: 5px;
    border: solid 2px #ddd;
}
.sub_pic01_bg img, .sub_pic01_bg_wide img {
    height: 200px;
    object-fit: cover;
    border-radius: 0 0 10px 10px;
}
.sub_pic02 img, .sub_txt01 img, .sub_txt02 img {
    border-radius: 10px;
}
.no_rad img {
    border-radius: 0;
}
@media screen and (min-width: 499px){
.sub_pic01_bg img, .sub_pic01_bg_wide img {
    height: 300px;
}
}

@media screen and (min-width: 1000px){
.sub_pic01_bg, .sub_pic01_bg_wide {
    width: 50%;
}
.sub_pic01 {
    width: calc(50% - 25px);
}
.sub_pic02 {
    width: calc(45% - 25px);
}
.sub_pic03 {
    width: calc(40% - 25px);
}

.sub_pic01_bg img {
    height: 360px;
    border-radius: 0 15px 15px 0;
}
.sub_pic01_bg_wide img{
    height: 500px;
    border-radius: 0 15px 15px 0;
}
.sub_pic01 img, .sub_pic02 img {
    border-radius: 15px;
}
}
.no_rad img {
    border-radius: 0;
}
@media screen and (min-width: 1100px){
.sub_pic01_bg_wide img{
    height: 460px;
    border-radius: 0 15px 15px 0;
}
.no_rad img {
    border-radius: 0;
}
}

/* タイトル */

p.sub_title04, 
p.sub_title04_mainclr {
    font-size: 23px;
	line-height: 140%;
    font-weight: 600;
    color: #2387eb;
    display: block;
    border-bottom: solid 1px #2387eb;
    margin: 0 0 25px;
    padding-bottom: 10px;
}
p.sub_title04_subclr {
    font-size: 23px;
	line-height: 140%;
    font-weight: 600;
    color: #fd7f28;
    display: block;
    border-bottom: solid 1px #fd7f28;
    margin: 0 0 25px;
    padding-bottom: 10px;
}

p.sub_title05, 
p.sub_title05_mainclr {
    font-size: 20px;
	line-height: 140%;
    text-align: left;
    font-weight: 500;
    color: #2387eb;
    margin-bottom: 10px;
    padding: 0 0 2px;
    position: relative;
    font-feature-settings: "palt";
    letter-spacing: 0.05em;
    z-index: 1;
}
p.sub_title05_subclr {
    font-size: 20px;
	line-height: 120%;
    text-align: left;
    font-weight: 600;
    color: #fd7f28;
    margin-bottom: 10px;
    padding: 0 0 2px;
    position: relative;
    font-feature-settings: "palt";
    letter-spacing: 0.05em;
    z-index: 1;
}
p.sub_title05:before, 
p.sub_title05_mainclr:before {
    background: #fff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    content: "";
    position: absolute;
    top: 30%;
    left: -10px;
    transform: translateY(-50%);
    z-index: -1;
}
p.sub_title05_subclr:before {
    background: #fff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    content: "";
    position: absolute;
    top: 30%;
    left: -10px;
    transform: translateY(-50%);
    z-index: -1;
}
p.sub_title06 {
    font-size: 17px;
	line-height: 150%;
    text-align: left;
    font-weight: 500;
    color: #2387eb;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}
p.sub_title06:after {
    content: "";
    flex-grow: 1;
    height: 1px;
    background-color: #4b4b4b;
    margin-left: 5px
}
p.sub_title07 {
    font-size: 22px;
	line-height: 100%;
    font-weight: 500;
    color: #fff;
    margin-bottom: -35px;
    margin-left: -10px;
    padding-bottom: 3px;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    letter-spacing: 0.1em;
}
.st07_a {
    background-color: #fa4f9f;
}
.st07_b {
    background-color: #1ac4fa;
}
.st07_c {
    background-color: #fa9027;
}
.st07_d {
    background-color: #3bbd45;
}
.rct_a {
    color: #fa4f9f;
}
.rct_b {
    color: #1ac4fa;
}
.rct_c {
    color: #fa9027;
}
.rct_d {
    color: #3bbd45;
}

p.name {
    font-size: 18px;
    text-align: right;
    margin-top: 5px;
}
.marker_mainclr {
    background: linear-gradient(transparent 60%, #ffd7e0 60%);
    background-repeat: no-repeat;
    background-size: 0% 100%;
    display: inline;
    transition: background-size 1.2s;
}
.marker_subclr {
    background: linear-gradient(transparent 60%, #ffead5 60%);
    background-repeat: no-repeat;
    background-size: 0% 100%;
    display: inline;
    transition: background-size 1.2s;
}
.marker_mainclr.on, .marker_subclr.on {
    background-size: 100% 100%;
}

@media screen and (min-width: 768px){
p.sub_title07 {
    font-size: 23px;
    margin-bottom: -50px;
    width: 80px;
    height: 80px;
}
}
@media screen and (min-width: 1000px){
p.sub_title04, 
p.sub_title04_mainclr, 
p.sub_title04_subclr {
    font-size: 25px;
    margin-bottom: 35px;
}
p.sub_title05, 
p.sub_title05_mainclr, 
p.sub_title05_subclr {
    font-size: 23px;
    margin-bottom: 15px;
}
p.sub_title05:before, 
p.sub_title05_mainclr:before, 
p.sub_title05_subclr:before {
    width: 50px;
    height: 50px;
    top: 40%;
    left: -10px;
}
p.sub_title06 {
    font-size: 18px;
}
p.sub_title07 {
    margin-bottom: -65px;
}
}


/* 理念方針 */


/* リスト */
ol.num, ol.num_big {
    padding-left: 20px;
    list-style-type: decimal;
}
ul.rectangle_mainclr  {
    list-style: url(../img/ul-rectangle-maincolor.svg);
    padding-left: 15px;
}
ul.rectangle_subclr  {
    list-style: url(../img/ul-rectangle-subcolor.svg);
    padding-left: 15px;
}
ul.check_mainclr  {
    list-style: url(../img/ul-checkbox-maincolor.svg);
    padding-left: 25px;
}
ul.donuts_mainclr {
    list-style: url(../img/ul-donuts-maincolor.svg);
    padding-left: 25px;
}
ul.circle_mainclr  {
    list-style: url(../img/ul-circle-maincolor.svg);
    padding-left: 25px;
}
ul.square_mainclr  {
    list-style: url(../img/ul-square-maincolor.svg);
    padding-left: 25px;
}
.s01 li {
    text-align: justify;
    margin-bottom: 10px;
}
.s01 li.slim {
    margin-bottom: 5px;
}
.s01 li.wide01 {
    margin-bottom: 15px;
}
.s01 li.wide {
    margin-bottom: 30px;
}
ul.ul_inline {
    display: flex;
    flex-wrap: wrap;
    gap: 0 30px;
}
ul.ul_inline li {
    text-align: left;
    margin-bottom: 5px;
}
ul.ul_inline li:last-of-type {
    margin-bottom: 0;
}
/* ul.ul_inline li:nth-last-of-type(-n+2) {
    margin-bottom: 0;
} */
ul.ul_slim li {
    margin-bottom: 5px;
}
ul.ul_slim li:last-of-type {
    margin-bottom: 0;
}
ul.ul_narrow li {
    margin-bottom: 3px;
}
ul.ul_narrow li:last-of-type {
    margin-bottom: 0;
}
ol.num_big li {
    font-size: 18px;
    line-height: 160%;
    text-align: justify;
    margin-bottom: 10px;
    font-feature-settings: "pkna";
}
li:last-of-type {
    margin-bottom: 0;
}


/* メッセージ */
h2.bossmsg_catch {
    font-size: 22px;
	line-height: 140%;
    text-align: center;
    color: #2387eb;
    margin-bottom: 35px;
    padding: 5px 20px;
    display: inline-block;
    position: relative;
}
h2.bossmsg_catch:before, h2.bossmsg_catch:after { 
    position: absolute;
    top: 0;
    content:'';
    width: 10px;
    height: 100%;
    display: inline-block;
}
h2.bossmsg_catch:before {
    border-left: solid 1px #2387eb;
    border-top: solid 1px #2387eb;
    border-bottom: solid 1px #2387eb;
    left: 0;
}
h2.bossmsg_catch:after {
    border-top: solid 1px #2387eb;
    border-right: solid 1px #2387eb;
    border-bottom: solid 1px #2387eb;
    right: 0;
}
.bossmsg_pic {
    margin-bottom: 25px;
}
.bossmsg_pic img {
    height: 250px;
    object-fit: cover;
    border-radius: 10px;
}
@media screen and (min-width: 499px){
.bossmsg_pic img {
    height: 300px;
}
}
@media screen and (min-width: 768px){
h2.bossmsg_catch {
    font-size: 24px;
    padding: 10px 25px;
}
}
@media screen and (min-width: 1000px){
h2.bossmsg_catch {
    font-size: 26px;
    margin-bottom: 60px;
    padding: 15px 50px;
}
h2.bossmsg_catch:before, h2.bossmsg_catch:after { 
    width: 12px;
}
.bossmsg_txt {
    width: calc(62% - 25px);
    margin-bottom: 0;
}
.bossmsg_pic {
    width: calc(38% - 25px);
    order: 1;
}
.bossmsg_pic img {
    height: auto;
    border-radius: 15px;
}
}





/* 福利厚生 */
.triangle01 {
    background-color: #2387eb;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 0;
    right: 0;
    clip-path: polygon(100% 0, 0 0, 100% 100%);

}
.triangle02 {
    background-color: #fd7f28;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 0;
    right: 0;
    clip-path: polygon(100% 0, 0 0, 100% 100%);
}
.putit_box {
    font-size: 15px;
    line-height: 100%;
    font-weight: 500;
    color: #fff;
    background-color: #2387eb;
    border-radius: 5px;
    padding: 5px 10px 7px;
    display: inline-block;
}
@media screen and (min-width: 1000px){
.triangle01 {
    width: 40px;
    height: 40px;
    left: 0;
    clip-path: polygon(0 0, 0 100%, 100% 0);
}
.triangle02 {
    width: 40px;
    height: 40px;
    left: 0;
    clip-path: polygon(0 0, 0 100%, 100% 0);
}
.putit_box {
    margin-right: 5px;
}
}



/* 先輩の声 */
.sv01 {
    border: #2387eb solid 5px;
    border-radius: 15px;
}
.sv02 {
    border: #fd7f28 solid 5px;
    border-radius: 15px;
}
.svtitle_box {
    height: 150px;
    padding: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.sv01 .svtitle_box {
    background-color: #2387eb;
}
.sv02 .svtitle_box {
    background-color: #fd7f28;
}
.svtitle_txt {
    font-size: 22px;
    line-height: 140%;
    font-weight: 500;
    color: #fff;
    margin-bottom: 15px;
}
.nametag {
    line-height: 100%;
    border-radius: 15px;
    padding: 8px 20px 10px;
}
.sv01 .nametag{
    color: #2387eb;
    background-color: #fff;
}
.sv02 .nametag{
    color: #fd7f28;
    background-color: #fff;
}
.sv_box img {
    height: 200px;
    object-fit: cover;
}
.sv01 img {
    border-bottom: solid #2387eb 5px;
}
.sv02 img {
    border-bottom: solid #fd7f28 5px;
}
.qa_box {
    padding: 30px 15px;
    border-radius: 0 0 10px 10px;
}
.sv01 .qa_box {
    background-color: #dfeef9;
}
.sv02 .qa_box {
    background-color: #fff0e1;
}
.qa_flexq {
    display: flex;
}
.qa_flexa {
    display: flex;
    margin-bottom: 30px;
}
.qa_flexa:last-child{
    margin-bottom: 0;
}
.sv01 .qa_flexa {
    border-bottom: dashed #2387eb 2px;
}
.sv02 .qa_flexa {
    border-bottom: dashed #fd7f28 2px;
}
.qa_flexa:last-child {
    border-bottom: none;
}
.q_circle, .a_circle {
    font-size: 14px;
    font-weight: 600;
    border-radius: 12.5px;
    width: 25px;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 3px;
    margin-right: 5px;
}
.sv01 .q_circle {
    color: #fff;
    background-color: #2387eb;
}
.sv02 .q_circle {
    color: #fff;
    background-color: #fd7f28;
}
.sv01 .a_circle {
    color: #2387eb;
    background-color: #fff;
    border: #2387eb solid 2px;
}
.sv02 .a_circle {
    color: #fd7f28;
    background-color: #fff;
    border: #fd7f28 solid 2px;
}
.q_txt, .a_txt {
    width: calc(100% - 30px);
}
.q_txt {
    line-height: 150%;
    font-weight: 600;
    font-feature-settings: "palt";
    letter-spacing: 0.07em;
}
.sv01 .q_txt {
    color: #2387eb;
}
.sv02 .q_txt {
    color: #fd7f28;
}
@media screen and (min-width: 499px){
.sv_box img {
    height: 250px;
}
}
@media screen and (min-width: 768px){
.sv01 {
    border: #2387eb solid 10px;
}
.sv02 {
    border: #fd7f28 solid 10px;
}
.svtitle_box {
    height: 160px;
}
.svtitle_txt {
    font-size: 25px;
    margin-bottom: 20px;
}
.sv_box img {
    height: 300px;
}
.sv01 img {
    border-bottom: solid #2387eb 10px;
}
.sv02 img {
    border-bottom: solid #fd7f28 10px;
}
.qa_box {
    border-radius: 0 0 5px 5px;
    padding: 50px 60px;
}
}
@media screen and (min-width: 1000px){
.sv_box {
    border-radius: 30px;
}
.catch_box {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 50px 0 0;
    border-radius: 20px 20px 0 0;
}
.sv01 .catch_box {
    background-color: #dfeef9;
}
.sv02 .catch_box {
    background-color: #fff0e1;
}
.sv01 img {
    max-width: 530px;
    height: 350px;
    border-radius: 30px;
    border: #2387eb solid 10px;
}
.sv02 img {
    max-width: 530px;
    height: 350px;
    border-radius: 30px;
    border: #fd7f28 solid 10px;
}
.svtitle_box {
    height: 200px;
    padding: 35px 45px;
    margin-right: -50px;
    z-index: 100;
}
.sv01 .svtitle_box {
    border-radius: 30px;
}
.sv02 .svtitle_box {
    border-radius: 30px;
}
.qa_box {
    border-radius: 0 0 20px 20px;
    padding: 50px 120px;
}
}



/* 教育担当インタビューリンク */
.edu_intv {
    max-width: 500px;
    height: 80px;
    background: linear-gradient(90deg, #2d91f5, #197de1);
    border-radius: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
}
.edu_intv p {
    font-size: 15px;
    line-height: 140%;
    text-align: center;
    color: #fff;
    width: calc(100% - 150px);
}
.edu_intv p i {
    margin-left: 10px;
}
.edu_intv img {
    width: 150px;
    height: 80px;
    border-radius: 0 10px 10px 0;
    object-fit: cover;
    clip-path: polygon(9% 0%, 100% 0%,  100% 100%, 0% 100%);
}
@media screen and (min-width: 768px){
.edu_intv {
    height: 100px;
}
.edu_intv p {
    font-size: 16px;
    line-height: 150%;
}
.edu_intv img {
    height: 100px;
}
}
@media screen and (min-width: 1000px){
.edu_intv {
    height: 120px;
    transition: all 0.2s ease;
}
.edu_intv:hover {
    opacity: 0.8;
}
.edu_intv p {
    width: 400px;
}
.edu_intv img {
    width: 200px;
    height: 120px;
}
}



/* 教育 */
.edu_mainpic {
    border-radius: 10px;
}
.tri_font {
    margin: 15px 20px;
}
.tri_font i {
    font-size: 18px;
    color: #4b4b4b;
    rotate: 90deg;
}
.bg_box01 {
    background-color: #fff0e1;
    border: solid 1px #fd7f28;
    padding: 10px 15px;
}
@media screen and (min-width: 1000px){
.edu_mainpic {
    border-radius: 15px;
}
.tri_font {
    text-align: left;
    margin: 15px 0 15px 90px;
}
}


/* 教育table01 */
.t_edu01 tr {
    border: solid 1px #4d4d4d;
}
.t_edu01:nth-of-type(-n+2) {
    margin-bottom: 30px;
}
.t_edu01 th {
    font-size: 14px;
    font-weight: bold;
    background: #fff;
    width: 60px;
    padding: 10px;
    white-space: nowrap;
}
.t_edu01 th.th01 {
    font-size: 16px;
    color: #fff;
    background: #2387eb;
    padding: 7px 10px;
}
.t_edu01 th.th02 {
    font-size: 16px;
    background: #dfeef9;
}
.one_year {
    color: #2d91f5;
    font-feature-settings: "palt";
    letter-spacing: 0.05em;
}
.two_year {
    color: #2387eb;
    font-feature-settings: "palt";
    letter-spacing: 0.05em;
}
.three_year {
    color: #197de1;
    font-feature-settings: "palt";
    letter-spacing: 0.05em;
}
.t_edu01 td {
    text-align: justify;
    background: #fff;
    border-left: solid 1px #4d4d4d;
    padding: 10px;
}
@media screen and (min-width: 1000px){
.flex {
    display: flex;
    justify-content: space-between;
}
.t_edu01 {
    width: calc(100% / 3 - 20px);
}
.t_edu01:nth-of-type(-n+2) {
    margin-bottom: 0;
}
.t_edu01 th {
    width: 80px;
}
.t_edu01 td {
    padding: 15px;
}
}


/* 教育table02 */
.t_edu02 {
    max-width: 900px;
}
.t_edu02 tr {
    border: solid 1px #4d4d4d;
}
.t_edu02 th {
    font-size: 19px;
    font-weight: bold;
    text-align: justify;
    display: block;
    border-bottom: solid 1px #4d4d4d;
    padding: 5px 10px;
}
.t_edu02 th.th01 {
    color: #2387eb;
    background: #dfeef9;
}
.t_edu02 th.th02 {
    color: #fd7f28;
    background: #fff0e1;
}
.t_edu02 td {
    text-align: justify;
    background: #fff;
    display: block;
    padding: 10px;
}
.t_edu02 td.td01 {
    line-height: 170%;
}
@media screen and (min-width: 1000px){
.t_edu02 th {
    text-align: center;
    width: 320px;
    display: table-cell;
    border-bottom: 0;
    border-right: solid 1px #4d4d4d;
    padding: 15px;
    white-space: nowrap;
}
.t_edu02 th.th03 {
    text-align: center;
    width: 15%;
}
.t_edu02 td {
    display: table-cell;
    padding: 15px;
}
}

/* 教育table03 */
.t_edu03 tr {
    border: solid 1px #4d4d4d;
}

.t_edu03 th {
    font-weight: bold;
    text-align: center;
    background: #dbeaf7;
    /* display: block; */
    border-bottom: solid 1px #4d4d4d;
    border-right: solid 1px #4d4d4d;
    padding: 7px 10px;
}

.t_edu03 th.th1 {
    width: 80px;
    background: #dbeaf7;
    display: table-cell;
    border-bottom: solid 1px #4d4d4d;
    border-right: solid 1px #4d4d4d;
    padding: 7px 10px;
}

.t_edu03 th.th2 {
    background-color: #e7f6fd;
    display: table-cell;
    border-right: solid 1px #4d4d4d;
    padding: 7px 10px;
}

.t_edu03 td {
    background-color: #fff;
    text-align: justify;
    display: block;
    padding: 10px;
}

.t_edu03 td li {
    font-size: 16px;
    line-height: 170%;
    text-align: justify;
}

.t_edu03 td.td1 {
    background-color: #e7f6fd;
    border-bottom: solid 1px #4d4d4d;
    padding: 7px 10px;
}

.t_edu03 td.td2 {
    background-color: #ff7896;
    border-bottom: solid 1px #4d4d4d;
    padding: 7px 10px;
}

.t_edu03 td.td3 {
    line-height: 170%;
    background-color: #ff7896;
    border-bottom: solid 1px #4d4d4d;
    padding: 7px 10px;
}

.t_edu03 td.td4 {
    display: table-cell;
    padding: 7px 10px;
}

.t_edu03 td span.bluetri {
    color: #2387eb;
    margin: 10px 0;
    display: inline-block;
}


@media screen and (min-width: 1000px) {
.t_edu03 th {
    width: 10%;
    display: table-cell;
    padding: 15px;
    white-space: nowrap;
}

.t_edu03 td {
    border-left: solid 1px #4d4d4d;
    display: table-cell;
    padding: 15px;
}

.t_edu03 td.td1 {
    text-align: center;
    width: 10%;
    white-space: nowrap;
}

.t_edu03 td.td2 {
    text-align: center;
    width: 12.5%;
    white-space: nowrap;
}

.t_edu03 td.td3 {
    width: 12.5%;
    padding: 10px 20px;
    white-space: nowrap;
}
}
