/* サブページトップ・タイトル */
.sub_top {
    width: 100%;
    height: 150px;
    margin-top: 60px;
    background-image: url(../img/bg_pattern.svg);
	background-position: bottom center ;
	background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
}
h1.h1_sub {
    font-size: 24px;
    line-height: 130%;
}
h1.h1_sub .eng {
    font-size: 16px;
    line-height: 100%;
    font-family: "Mulish", sans-serif;
    font-weight: 600;
    color: #1550bf;
}
@media screen and (min-width: 1000px) {
.sub_top {
    height: 200px;
    margin-top: 130px;
    background-position: center;
}
h1.h1_sub {
    font-size: 26px;
}
h1.h1_sub .eng {
    font-size: 17px;
}
}

/* サブページタイトル */
h2.h2_wel01 {
    font-size: 24px;
    line-height: 140%;
    font-weight: normal;
    text-align: left;
    color: #1550bf;
    display: block;
    border-bottom: solid 1px #1550bf;
    margin: 0 0 20px;
    padding-bottom: 10px;
}
h2.h2_wel02 {
    font-size: 24px;
    line-height: 140%;
    font-weight: normal;
    text-align: left;
    color: #ff4e96;
    display: block;
    border-bottom: solid 1px #ff4e96;
    margin: 0 0 20px;
    padding-bottom: 10px;
}
h3.h3_wel01 {
    font-size: 21px;
    line-height: 120%;
    font-weight: normal;
    color: #1550bf;
    display: block;
    margin: 0 0 15px;
    padding-left: 10px;
    padding-bottom: 1px;
    border-left: solid 7px #1550bf;
}
h3.h3_wel02 {
    font-size: 21px;
    line-height: 120%;
    font-weight: normal;
    color: #ff4e96;
    display: block;
    margin: 0 0 15px;
    padding-left: 10px;
    padding-bottom: 1px;
    border-left: solid 7px #ff4e96;
}

p.sub_title01 {
    font-size: 17px;
    line-height: 170%;
    font-weight: 600;
    color: #ff4e96;
}

.mes_li_title {
    font-size: 17px;
    font-weight: 600;
    color:#ff4e96;
}

.mes_li_txt {
    font-size: 17px;
    font-weight: 400;
}

@media screen and (min-width: 1000px) {
.mes_li_title {
    font-size: 19px;
}
}

@media screen and (min-width: 1000px) {
h2.h2_wel01, h2.h2_wel02 {
    font-size: 26px;
    margin: 0 0 20px;
}
h3.h3_wel01, h3.h3_wel02 {
    font-size: 23px;
}
p.sub_title01 {
    font-size: 20px;
    list-style: 200%;
}
}


/* サブページボックス */
.subbox {
    padding: 50px 0;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}
.subbox01 {
    padding: 50px 0;
    background: linear-gradient(90deg, #e7ecf9, #d5e0f3);
    display: flex;
    justify-content: center;
    align-items: center;
}
.subbox02 {
    padding: 50px 0;
    background: linear-gradient(90deg, #ffe6f1, #ffd7e8);
    display: flex;
    justify-content: center;
    align-items: center;
}
.subbox h3, .subbox01 h3,.subbox02 h3,
.subbox p, .subbox01 p, .subbox02 p {
    text-align: justify;
}
.s01 {
    text-align: center;
    margin-bottom: 50px;
}
.s01:last-of-type {
    margin-bottom: 0;
}
/* ######## 1000px以上 ######## */
@media screen and (min-width: 1000px) {
.subbox, .subbox01, .subbox02 {
    padding: 80px 0;
}
.subbox:first-of-type,
.subbox01:first-of-type, 
.subbox02:first-of-type {
    padding-bottom: 0;
}
.s01 {
    margin-bottom: 100px;
}
}



/* 看護部長メッセージ*/
h2.bossmsg_txt {
    font-size: 20px;/*22→20*/
    line-height: 150%;
    font-weight: normal;
    text-align: center;
    color: #1550bf;
    margin-bottom: 30px;
    padding: 15px 20px;
    display: inline-block;
    position: relative;
}
h2.bossmsg_txt:before,
h2.bossmsg_txt:after {
    content: '';
    width: 40px;
    height: 40px;
    position: absolute;
    display: inline-block;
}
h2.bossmsg_txt:before {
    border-left: solid 1px #1550bf;
    border-top: solid 1px #1550bf;
    top: 0;
    left: 0;
}
h2.bossmsg_txt:after {
    border-right: solid 1px #1550bf;
    border-bottom: solid 1px #1550bf;
    bottom: 0;
    right: 0;
}
p.boss_name {
    font-size: 17px;
    text-align: right;
    margin-top: 5px;
}
.mes_p_box {
    width: 100%;
    max-width: 300px;
    height: 50px;
    margin-bottom: 20px;
    position: relative;
}
.mes_p_box02 {
    background-color: #1550bf;
    width: 100%;
    max-width: 400px;
    height: 50px;
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}
h2.h2_mes_p01 {
    font-size: 22px;
    line-height: 50px;
    font-weight: 600;
    text-align: center;
}

h2.h2_mes_p01 {
    color: #ff4e96;
}

.triangle01, .triangle02 {
    background-color: #ff4e96;
    width: 30px;
    height: 30px;
    position: absolute;   
}
.triangle03, .triangle04 {
    background-color: #1550bf;
    width: 30px;
    height: 30px;
    position: absolute;   
}
.triangle01, .triangle03 {
    top: 0;
    left: 0;
    clip-path: polygon(0 0, 0 100%, 100% 0);
}
.triangle02, .triangle04 {
    bottom: 0;
    right: 0;
    clip-path: polygon(0 100%, 100% 100%, 100% 0);
}
@media screen and (min-width: 390px) {
h2.bossmsg_txt {
    padding: 15px 25px;
}
}
@media screen and (min-width: 1000px) {
h2.bossmsg_txt {
    font-size: 27px;
    margin-bottom: 60px;
    padding: 20px 40px;
}
p.boss_name {
    font-size: 18px;
}
.mes_p_box, .mes_p_box02 {
    height: 75px;
    margin-bottom: 40px;
}
h2.h2_mes_p01 {
    font-size: 23px;
    margin-bottom: 40px;
}
.triangle01, .triangle02, .triangle03, .triangle04 {
    width: 50px;
    height: 50px;
}

}

/* 看護部理念pic */
img.mes_p_pic {
    height: 250px;
}
@media screen and (min-width: 499px) {
img.mes_p_pic {
    height: 300px;
}
}
@media screen and (min-width: 1000px) {
img.mes_p_pic {
    height: 400px;
}
}


/* 看護部長・教育担当インタビューボタン */
.intv {
    max-width: 500px;
    height: 80px;
    background: linear-gradient(90deg, #1f5bc9, #0b46b5);
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
}
.intv p {
    font-size: 15px;
    line-height: 140%;
    text-align: center;
    color: #fff;
    width: calc(100% - 150px);
}
.intv p i {
    margin-left: 10px;
}
.intv img {
    width: 150px;
    height: 80px;
    object-fit: cover;
    clip-path: polygon(9% 0%, 100% 0%, 100% 100%, 0% 100%);
}
@media screen and (min-width: 768px) {
.intv {
    height: 100px;
}
.intv p {
    font-size: 16px;
    line-height: 150%;
}
.intv img {
    height: 100px;
}
}

@media screen and (min-width: 1000px) {
.intv {
    height: 120px;
    transition: all 0.2s ease;
}
.intv:hover {
    opacity: 0.8;
}
.intv p {
    width: 400px;
}
.intv img {
    width: 200px;
    height: 120px;
}
}


/* 福利厚生、教育の基本flex */
.tpL {
    margin-bottom: 30px;
}
.tpR_boss {
    margin-bottom: 20px;
}
.tpR_boss img {
    height: 300px;
}
@media screen and (min-width: 1000px) {
.txp {
    display: flex;
    justify-content: space-between;
}
.tpL {
    width: 50%;
    margin-right: 60px;
    margin-bottom: 0;
}
.tpR {
    width: 50%;
}
.tpR_boss {
    min-width: 350px;
    margin: 0 0 0 50px;
    order: 1;
}
.tpR_boss img {
    height: auto;
}
}


/* 先輩の声 */
.sv_txp01 {
    background-color: #ff4e96;
    border: solid 5px #ff3a8c;
    border-bottom: 0;
}
.sv_txp02 {
    background-color: #1550bf;
    border: solid 5px #013cab;
    border-bottom: 0;
}
.sv_title_box01 {
    background-color: #1550bf ;
    position: relative;
}

.sv_title_box02 {
    background-color: #ff4e96 ;
    position: relative;
}
.sv_titles01 {
    font-size: 22px;
    font-weight: 400;
    line-height: 160%;
    color: #fff;
    padding:  15px;
    /*display: inline;
    background: linear-gradient(transparent 0%, transparent 60%, #013cab 60%, #013cab 100%);*/
}

.sv_imgbox {
    height: 160px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.sv_pic01 {
    height: 200px;
    width: auto;
    object-fit: contain;
    position: absolute;
    bottom: -40px;
    left: 25px;
}

.sv_subtitle01 {
    color: #ffffff22;
    font-size: clamp(2.813rem, 0.878rem + 8.6vw, 5rem);/*45px～80px*/
    line-height: 90%;
    font-weight: 700;
    position: absolute;
    right: 0;
    bottom: 40px;
}


@media screen and (min-width: 768px){
.sv_title_box01, .sv_title_box02 {
    display: flex;
    flex-direction: row-reverse;
    align-items: flex-end;
}

.sv_title {
    height: 160px;
    width: 70%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sv_imgbox {
    height: 200px;
    width: 30%;
}

.sv_pic01 {
    left: 60px;
    bottom: -10px;
}

.sv_subtitle01 {
    font-size: 50px;
    top: 10px;
    right: 0;
    left: auto;
    bottom: auto;
}
}

@media screen and (min-width: 1000px){
.sv_titles01 {
    font-size: 25px;

}

.sv_title {
    height: 192px;
    width: 65%;
}
.sv_subtitle01 {
    font-size: 70px;
    top: 20px;

}
.sv_imgbox {
    height: 270px;
    width: 35%;
    position: relative;
    overflow: hidden;
}

.sv_pic01 {
    height: 350px;
    bottom: -90px;
}

}


/* nametag */
.nametag01, .nametag02 {
    font-size: 16px;
    line-height: 100%;
    font-weight: 500;
    padding: 5px 10px 7px;
    position: absolute;
    bottom: 35px;
}
.nametag01 {
    background-color: #ff4e96;
    color: #fff;
    left: 0;
}
.nametag02 {
    background-color: #1550bf;
    color: #fff;
    left: 0;
}
@media screen and (min-width: 768px){
.nametag01, .nametag02 {
    left: 20px;
}
}

@media screen and (min-width: 1000px){
.nametag01, .nametag02{
    font-size: 19px;
    padding: 10px 18px 12px;

}

}


/* Q&A */
.sv_qa01, .sv_qa02 {
    padding: 20px 15px;
}
.sv_qa01 {
    background: linear-gradient(135deg, #e7ecf9, #d5e0f3);
    border: solid 5px #1550bf;
    border-top: 0;
}
.sv_qa02 {
    background: linear-gradient(135deg, #ffe6f1, #ffd7e8);
    border: solid 5px #ff4e96;
    border-top: 0;
}
.qa_flex {
    display: flex;
}
.q_circle, .a_circle {
    font-size: 16px;
    width: 23px;
    height: 23px;
    color: #fff;
    margin-right: 7px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.q_circle {
    background: #1550bf;
    padding-bottom: 3px;
    margin-top: 1px;
}
.a_circle {
    background: #ff4e96;
    margin-top: 2px;
}
p.q_txt {
    font-size: 16.5px;
    font-weight: 700;
    line-height: 150%;
    color: #1550bf;
    width: calc(100% - 30px);
    margin-bottom: 10px;
    font-feature-settings: "palt";
    letter-spacing: 0.05em;
}
p.a_txt {
    width: calc(100% - 30px);
    margin-bottom: 20px;
}
/*.sv_qa01 .qa_flex:last-of-type p.a_txt, 
.sv_qa02 .qa_flex:last-of-type p.a_txt {
    margin-bottom: 0;
}*/
.qa_bdb_mainclr {
    border-bottom: solid 1px #1550bf;
}
.qa_bdb_subclr {
    border-bottom: solid 1px #ff4e96;
}
.qa_bdb_mainclr, .qa_bdb_subclr {
    margin-bottom: 20px;
}

.qaR img {
    border: solid 10px #fff;
    filter: drop-shadow(0px 4px 2px rgba(0, 0, 0, 0.2));
    transform: rotate(-2deg);
}


@media screen and (min-width: 600px) {
.sv_qa01, .sv_qa02 {
    padding: 30px 40px;
}
}
@media screen and (min-width: 768px) {
.sv_qa01, .sv_qa02 {
    padding: 40px;
}
.sv_qa01 {
    border: solid 10px #1550bf;
    border-top: 0;
}
.sv_qa02 {
    border: solid 10px #ff4e96;
    border-top: 0;
}
.q_circle,
.a_circle {
    width: 25px;
    height: 25px;
    margin-right: 10px;
}
.q_circle {
    background: #1550bf;
    padding-bottom: 3px;
    margin-top: 1px;
}
.a_circle {
    background: #ff4e96;
    margin-top: 2px;
}
p.q_txt {
    font-size: 17px;
    width: calc(100% - 35px);
    margin-bottom: 12px;
}
p.a_txt {
    width: calc(100% - 35px);
    margin-bottom: 30px;
}
.qa_bdb_mainclr, .qa_bdb_subclr {
    margin-bottom: 30px;
}
}
@media screen and (min-width: 1000px) {
.sv_qa01, .sv_qa02 {
    padding: 70px 120px;
}
p.q_txt {
    margin-bottom: 15px;
}
p.a_txt {
    margin-bottom: 35px;
}

.sv_qa01 .qa_flex:last-of-type p.a_txt, 
.sv_qa02 .qa_flex:last-of-type p.a_txt {
    margin-bottom: 0;
}
.qa_bdb_mainclr, .qa_bdb_subclr {
    margin-bottom: 40px;
}

.qa_txp {
    display: flex;
    align-items: center;
    gap: 50px;
}

.qaL {
    width: 55%;
}

.qaR {
    width: 45%;
    margin-right: -50px;
}

.qaR img {
    border: solid 10px #fff;
    filter: drop-shadow(0px 4px 2px rgba(0, 0, 0, 0.2));
    transform: rotate(-5deg);
}
}


/* マーカー */
.marker, .marker_mainclr, .marker_subclr {
    background-repeat: no-repeat;
    background-size: 0% 100%;
    display: inline;
    padding: 0 5px;
    transition: background-size 1.2s;
}
.marker {
    background: linear-gradient(transparent 60%, #00000017 60%);
}
.marker_mainclr {
    background: linear-gradient(transparent 60%, #013cab 60%);
}
.marker_subclr {
    background: linear-gradient(transparent 60%, #ff3a8c 60%);
}
.marker.on, .marker_mainclr.on, .marker_subclr.on {
    background-size: 100% 100%;
}


/* リンクボタン */
.sub_link_btn {
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    background-color: #1550bf;
    border-radius: 999px;
    width: 340px;
    padding: 10px 5px 12px;
    margin: 25px 0 0 0;
    display: block;
}
@media screen and (min-width: 768px){
.sub_link_btn {
    font-size: 16px;
    width: 380px;
    padding: 13px 15px 15px;
    margin: 30px 0 0 0;
}
}
@media screen and (min-width: 1000px){
.sub_link_btn {
    font-size: 17px;
    width: 400px;
}
.sub_link_btn:hover {
    background-color: #2965d3;
}
}


/* 教育 */

p.philo_subtitle {
    font-size: 18px;
}

.mstr_box {
}
.mstr_box p {
    line-height: 100%;
    color: #1550bf;
    margin-left: 10px;
}
.mstr_box p span {
    color: #222222;
}
.gnrl_box, .mngm_box, .spcl_box {
    background-color: #dee6f6;
    border: solid 1px #1550bf;
    border-left: solid 10px #1550bf;
    padding: 15px 0;
}
.gnrl_box, .mngm_box {
    margin-bottom: 15px;
}
.spcl_box {

}

.year {
    font-size: 15px;
    color: #fff;
    background-color: #1550bf;
    padding: 5px 10px;
    margin: 5px 0 7px;
    display: inline-block;
}
.study {
    font-size: 15px;
    color: #1550bf;
    background-color: #dee6f6;
    padding: 3px 6px;
    margin-left: 7px;
    display: inline-block;
    font-feature-settings: "palt";
}

.t_edu_title {
    font-size: 20px;
    font-weight: bold;
    color: #1550bf;
    margin-bottom: 10px;
    
}

.edu_box {
    width: 100%;
    max-width: 300px;
    height: 50px;
    margin-bottom: 20px;
    position: relative; 
}

.edu_box_title {
    color: #1550bf;
    margin-top: 10px;
}

.edu_box_txt {
    font-size: 17px;
    font-weight: 600;
    color: #1550bf;
}

.edu_txt_clr {
    font-weight: 600;
    color: #ff4e96;
}

.edu_box_subclr {
    background: #fff;
    border: solid 2px #ff4e96;
    padding: 20px 10px;
}

h3.h3_edu02 {
    font-size: 21px;
    line-height: 120%;
    font-weight: normal;
    color: #ff4e96;
    display: block;
    margin: 0 0 15px;
    padding-bottom: 1px;
}

.edu_box_mainclr {
    background: #fff;
    border: solid 2px #1550bf;
    padding: 20px 10px;
}

h3.h3_edu01 {
    font-size: 21px;
    line-height: 120%;
    font-weight: normal;
    color: #1550bf;
    display: block;
    margin: 0 0 15px;
    padding-bottom: 1px;
}

@media screen and (min-width: 599px){
.mstr_box {
    display: flex;
}
.gnrl_box, .mngm_box, .spcl_box {
    width: calc(100% / 3 - 20px / 3);
}
.gnrl_box, .mngm_box {
    margin-right: 10px;
    margin-bottom: 0;
}
.mstr_box p {
    line-height: 140%;
    text-align: center;
    margin-left: 0;
}
}

@media screen and (min-width: 768px){

.edu_box_subclr {
    border: solid 3px #ff4e96;
}

.edu_box_mainclr {
    border: solid 3px #1550bf;
}

.edu_box_subclr, .edu_box_mainclr {
    padding: 30px 40px;
}

}
@media screen and (min-width: 1000px){

p.philo_subtitle {
    font-size: 19px;
}
.gnrl_box, .mngm_box {
    margin-right: 20px;
}

.edu_box {
    margin: 0 0 40px;
}

.edu_box_txt {
    font-size: 20px;
    
}

.edu_box_subclr, .edu_box_mainclr {
    padding: 30px 55px;
}
}

/* 教育table01 */
.t_edu01 tr {
    border: solid 1px #4d4d4d;
}
.t_edu01 tr.tr2ndtop {
    border-top: 0;
}
.t_edu01 th {
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    background-color: #ffe1ee;
    width: 50px;
    padding: 5px 10px;
    white-space: nowrap;
}
.t_edu01 th.th2 {
    font-size: 16px;
    background-color: #d5e0f3;
}
.t_edu01 td {
    line-height: 170%;
    text-align: justify;
    background-color: #fff;
    border-left: solid 1px #4d4d4d;
    padding: 10px;
}
@media screen and (min-width: 1000px){
.t_edu01 tr.tr2ndtop {
    border: solid 1px #4d4d4d;
}
.t_edu01 th {
    padding: 15px;
}
.t_edu01 td {
    padding: 15px;
}
}
/* 教育table02 */
.t_edu02 tr {
    border: solid 1px #222;
}

.t_edu02 th {
    font-weight: bold;
    text-align: justify;
    background-color: #d5e0f3;
    display: block;
    padding: 5px 10px;
}

.t_edu02 td {
    line-height: 170%;
    text-align: justify;
    background-color: #fff;
    display: block;
    border-top: solid 1px #222;
    padding: 10px;
}

.t_edu02 td span.td01 {
    background-color: #1550bf;
    color: #fff;
    font-size: 15px;
    padding: 3px 10px
}

@media screen and (min-width: 699px) {

.t_edu02 td {
    line-height: 150%;
}
}

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

.t_edu02 th.th1 {
    width: 50px;
}

.t_edu02 td {
    border-left: solid 1px #222;
    display: table-cell;
    padding: 15px;
}
}
/*AMGキャリアラダーtable*/

.t_edu03 {
	border: solid 1px #222;
}

.t_edu03 th {
    font-size: 15px;
    font-weight: 700;
    font-feature-settings: "palt";
    line-height: 140%;
    text-align: center;
    border-right:1px #222;
    padding: 10px 5px;
    white-space: wrap;
}
/*ラダーレベル、経験の目安*/
.t_edu03 th.th01 {
    color: #fff;
    background-color: #1550bf;
    width: 17%;
    border-right:  solid 1px #222;
    border-bottom: solid 1px #222;

}
/*到着目標*/
.t_edu03 th.th02 {
    color: #fff;
    background-color: #1550bf;
    border-bottom: solid 1px #222;
}

/*レベル*/
.t_edu03 th.th03 {             
    color: #0b46b5;
    background-color: #ccdaf0;
    width: 17%;
    border-bottom: solid 1px #222;
}

.t_edu03 td {
    line-height: 140%;
    text-align: justify;
    background-color: #fff;
    border-bottom: solid 1px #222;
    padding: 10px;
}
.t_edu03 td.td01 {
    text-align: center;
    color: #222;
    background-color: #dee6f6;
    width: 17%;
    border-right: solid 1px #222;
    border-left: solid 1px #222;
    border-bottom: solid 1px #222;
}

@media screen and (min-width: 768px) {

.t_edu03 th.th02 {
        font-size: 17px;
    }

.t_edu03 td {
        padding: 20px;
}
}
@media screen and (min-width: 1000px) {

.t_edu03 th.th01 {
    width: 13%;
}  
.t_edu03 th.th03 {
    font-size: 17px;
    width: 13%;
}

.t_edu03 td.td01 {
    width: 13%;

}
}

/* 教育table04（佐藤病院教育ラダー） */
.t_edu04 tr {
    border: solid 1px #4d4d4d;
}
.t_edu04 tr.tr2ndtop {
    border-top: 0;
}
.t_edu04 th {
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    background-color: #dee6f6;
    border: solid 1px #4d4d4d;
    width: 50px;
    padding: 5px 3px;
    white-space: nowrap;
}

.t_edu04 td {
    border-right: solid 1px #4d4d4d;
    padding: 5px 10px 5px 5px;
    vertical-align: top;
    
}

.t_edu04 td li {
    text-align: justify;
}

.t_edu04 th.th01, 
.t_edu04 th.th02,
.t_edu04 th.th03  {
    font-size: 15px;
    background-color: #dee6f6;
    
}

.t_edu04 th.th01 {
    width: 10%;
}

.t_edu04 th.th02 {
    width: 45%;
}

.t_edu04 th.th03 {
    width: 45%;
}

/* 1年目背景色 */
.t_edu04 th.th01_01 {
    font-size: 15px;
    background-color: #ffdbdb;
}

/* 2年目背景色 */
.t_edu04 th.th01_02 {
    font-size: 15px;
    background-color: #dbffdb;
}

/* 3年目背景色 */
.t_edu04 th.th01_03 {
    font-size: 15px;
    background-color: #dee6f6;
}

/* 4~5年目背景色 */
.t_edu04 th.th01_04 {
    font-size: 15px;
    background-color: #ffeddb;
}

/* 6年目背景色 */
.t_edu04 th.th01_05 {
    font-size: 15px;
    background-color: #ffffdb;
}

/* 主任背景色 */
.t_edu04 th.th01_06 {
    font-size: 15px;
    background-color: #ffdbff;
}

@media screen and (min-width: 768px){
.t_edu04 td {
    padding: 10px;
}
}

@media screen and (min-width: 1000px){
.t_edu04 tr.tr2ndtop {
    border: solid 1px #4d4d4d;
}
.t_edu04 th {
    padding: 15px;
}

.t_edu04 th.th01, 
.t_edu04 th.th02,
.t_edu04 th.th03  {
    font-size: 17px;   
}

.t_edu04 th.th01_01,
.t_edu04 th.th01_02,
.t_edu04 th.th01_03,
.t_edu04 th.th01_04,
.t_edu04 th.th01_05,
.t_edu04 th.th01_06 {
    font-size: 17px;
}

 .t_edu04 td {
    padding: 15px;
}
}


/* 背景bg */
.sb_bg01, .sb_bg02, .sb_bg03, .sb_bg04 {
    padding: 30px 20px;
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.sb_bg01 {
    background: linear-gradient(135deg, #ffe6f1, #ffd7e8);
}
.sb_bg02 {
    background: linear-gradient(135deg, #e7ecf9, #d5e0f3);
}
.sb_bg03 {
    background: url(../img/bg_watercolor.jpg) repeat top center;
    border: solid 5px #dee6f6;
}
.sb_bg04 {
    border: solid 5px #dee6f6;
    margin: 0 auto;
}
.sb_bg06 {
    background-color: #dee6f6;
    padding: 15px;
}
.sb_bg01:last-of-type,
.sb_bg02:last-of-type {
    margin-bottom: 0;
}
@media screen and (min-width: 499px) {
.sb_bg01,
.sb_bg02 {
    padding: 30px 40px;
}
}
@media screen and (min-width: 1000px) {
.sb_bg01 {
    padding: 50px 120px;
    margin-bottom: 50px;
}
.sb_bg02 {
    padding: 50px 140px;
    margin-bottom: 50px;
}
.sb_bg03 {
    padding: 60px 100px;
    margin-bottom: 50px;
}
.sb_bg04 {
    padding: 60px 140px;
}
.sb_bg06 {
    padding: 30px;
}
.sb_bg02:last-of-type {
    margin-bottom: 0;
}
.sb_bg01 li,
.sb_bg02 li {
    margin-bottom: 15px;
}
}










