@charset "UTF-8";
/* ======================================================= */
.pagevisual_bg {
    background: url(/edu/introduction/course/img_db/pagevisual.jpg)no-repeat center;
    background-size: cover;
}
.contents-text:last-of-type{
    margin: 1em 0 2em;
}
/* ===================== */
table.syoukai-table{
    border: 1px solid #bdbdbd;
    max-width: 1024px;
    width: 100%;
    margin: 0 auto;
}
.syoukai-table tr {
    position: relative;
    border: 1px solid #bdbdbd;
    padding: 10px;
}
.syoukai-table th {
    position: relative;
    border: 1px solid #bdbdbd;
    padding: 0 10px;
    text-align: center;
    background: #d9e4ea;
}
.syoukai-table td {
    position: relative;
    border: 1px solid #bdbdbd;
    padding-left: 10px;
}
.syoukai-table .td-link {
    padding: 0;
}
.syoukai-table tr a {
    display: block;
    padding: 10px;
    transition: all .15s ease-out;
}
.syoukai-table tr a::before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 20px;
    content: "";
    vertical-align: middle;
    margin: auto 0 auto auto;
    width: 12px;
    height: 2px;
    background: #05626D;
    transition: all .12s;
}
.syoukai-table tr a::after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    right: 14px;
    display: inline-block;
    vertical-align: baseline;
    margin: 0 0px 10px 10px;
    width: 10px;
    height: 10px;
    border-top: #05626D 2px solid;
    border-right: #05626D 2px solid;
    transform: translate(-50%, -50%) rotate( 45deg );
}
.s-td a:hover , .c-td a:hover {
    background: #83ccce;
    color: #fff;
}
.syoukai-table tr a:hover::before {
    background: #fff;
}
.syoukai-table tr a:hover::after {
    border-top: #ffffff 2px solid;
    border-right: #ffffff 2px solid;
}
/* ===================== */
.all-th {
    background: #f79447;
    color: #fff;
    vertical-align: baseline;
    padding: 10px;
}
.n-th {background: #b164a8;}
.n-th a:hover {background: #784372;}

.o-th {background: #85c871;}
.o-th a:hover  {background: #669b57;}

.y-th {background: #1cbed7;}
.y-th a:hover  {background: #138ea1;}
.n-th a , .o-th a ,.y-th a{
  color:#fff;
}
.s-th {
    background: #dcf2fc;
    color: #0399b7;
    vertical-align: baseline;
    padding: 10px;
}
.c-th {
    background: #fce4ee;
    color: #f35c6b;
    vertical-align: baseline;
    padding: 10px;
}
.table_under {
    margin: 25px 0 0;
}
/* ===================== */
.research {
    margin-top: 110px;
}
.research .ttl-main {
    margin-bottom: 40px;
}
.research .btn_more a {
    max-width: 320px;
    margin: 0 0 50px;
}
.research .ttl-main::before {
    position: absolute;
    top: -20px;
    display: block;
}
.research .ttl-main::before {
    content: url("/edu/introduction/course/img_db/ttl-course.png");
}
.research.yogo .ttl-main::before {
    content: url("/edu/introduction/course/img_db/ttl-course.png");
}
.contents-text a {
	color: #05626D;
	&:hover {
		text-decoration: underline;
	}
}
/* ===================== */
/* 
====================================================================================
====================================================================================
ÒÔÏÂ¥ì¥¹¥Ý¥ó¥·¥Ö
====================================================================================
==================================================================================== */
@media screen and (max-width: 1200px) {}
/*¥¿¥Ö¥ì¥Ã¥È£¨¿k£©*/
@media screen and (orientation: portrait) and (min-width: 768px){}

@media screen and (max-width: 1279px){
table.syoukai-table {
    max-width: 95%;
}
}
@media screen and ( max-width: 767px ){
.pollicy-contents .ttl-main {
    margin-bottom: 30px;
}
.pollicy-contents {
    max-width: 96%;
    padding: 70px 5% 45px;
}
.policy-dd {
    margin-inline-start: 0;
}

.syoukai-table {
    font-size: 1.5rem;
}
.syoukai-table th {
    padding:5px 0;
}
.syoukai-table th:first-child ,.syoukai-table th:nth-child(2) {
    width: 18%;
    max-width: 40px;
}
.syoukai-table th:nth-child(3){
    width: 24%;
  }
.syoukai-table th:nth-child(4) {
    width: 40%;
}

.syoukai-table td {
    padding: 10px;
    line-height: 1.5;
}
.all-th p, .s-th p, .c-th p {
    display: flex;
    max-width: 25px;
    text-align: center;
    align-items: center;
    margin: 0px auto;
    line-height: 1.2;
}
td.all-th {
    padding: 20px 0;
    line-height: 1.5;
}
td.s-th, td.c-th {
    display: table-cell;
    letter-spacing: 0;
    padding: 20px 0;
    text-align: center;
}
}
