<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;"> @charset "UTF-8";
/* CSS Document */

/* ############################################## */

.contents_banner {
    width: 100%; 
    padding: 30px 0;
    background: #fff5ca;
    box-sizing: border-box;
    text-align: center;
}
.contents_banner li {
    margin-bottom: 15px;
}
.contents_banner li:last-child {
    margin-bottom: 0;
}

/* ############################################## */

.contents_title_101 {
    width: 84%;
    padding: 20px 0;
    border-top: 1px solid rgba(30,76,165,0.50);
    border-bottom: 1px solid rgba(30,76,165,0.50);
    margin: 40px auto 40px auto;
}
.contents_title_101 h2 {
    text-align: center;
    font-size: 32px;
    line-height: 1;
    font-weight: bold;
}

/* ############################################## */

.cource_wrap {
    width: 100%;
    min-width: 1000px;
    padding: 40px 8% 40px 8%;
    box-sizing: border-box;
    background: #f6f6f6;
}


/* ############################################## */
/* ############################################## */

.course_second_wrap {
    width: 100%;
    padding: 0 8%;
    box-sizing: border-box;
}

/* ############################################## */

.course_contents_title_001 {
    width: 100%;
    background: #1e4ca5;
    padding: 15px 0;
    text-align: center;
    position: relative;
    margin-bottom: 45px;
}
/*荳芽ｧ貞ｽ｢譛譁ｰ*/
.course_contents_title_001:after { 
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 7.5px 0 7.5px;
    border-color: #1e4ca5 transparent transparent transparent;
    position: absolute;
    bottom: -5px;
    left: 50%;
    margin-left: -7px;
}
.course_contents_title_001 h3 {
    font-size:20px;
    line-height: 1;
    font-weight: bold;
    color: #fff;
}

/* ############################################## */

.course_contents_title_002 {
    width: 100%;
    background: #e8edf6;
    border-bottom: 2px solid #1e4ca5;
    padding: 15px 0;
    text-align: center;
    margin-bottom: 30px;
}
.course_contents_title_002 h3 {
    font-size:18px;
    line-height: 1;
    font-weight: bold;
    color: #1e4ca5;
}

/* ############################################## */

.contents_table_001 {
    width: 94%;
    margin: 0 auto 45px auto;
}
.contents_table_001 table {
    border-collapse: collapse;
    border: 1px solid #dadada;
}
.contents_table_001_th_001 {
    padding: 13px 0;
    text-align: center;
    font-size: 15px;
    line-height: 25px;
    font-weight: bold;
    background: #f6f6f6;
    border: 1px solid #dadada;
}
.contents_table_001_th_002 {
    padding: 13px 0;
    text-align: center;
    font-size: 15px;
    line-height: 25px;
    font-weight: bold;
    background: #eeeeee;
    border: 1px solid #dadada;
}
.contents_table_001_td_001 {
    padding: 13px 35px;
    text-align: left;
    font-size: 15px;
    line-height: 25px;
    border: 1px solid #dadada;
}
.contents_table_001_td_002 {
    padding: 13px 0px;
    text-align: center;
    font-size: 15px;
    line-height: 25px;
    border: 1px solid #dadada;
}
.contents_table_001_td_003 {
    padding: 13px 13px;
    text-align: left;
    font-size: 15px;
    line-height: 25px;
    border: 1px solid #dadada;
}
.contents_table_001 td span {
    font-size: 13px;
    color: #FF0000;
}
.contents_table_001 td strong {
    font-weight: bold;
    color: #FF0000;
}
.contents_table_001_dl_001 {
    padding-top: 10px;
}
.contents_table_001_dl_001 dt {
    font-size: 15px;
    line-height: 25px;
    width: 5em;
    float: left;
}
.contents_table_001_dl_001 dd {
    margin-left: 5em;
    font-size: 15px;
    line-height: 25px;
}
.contents_table_001_dl_002 dt {
    font-size: 15px;
    line-height: 25px;
    width: 6em;
    float: left;
}
.contents_table_001_dl_002 dd {
    margin-left: 6.5em;
    font-size: 15px;
    line-height: 25px;
}

/* ############################################## */

.contents_list_001 {
    width: 88%;
    margin: 0 auto 60px auto;
}
.contents_list_001 li {
    font-size: 15px;
    line-height: 25px;
    color: #000;
    margin-bottom: 10px;
}
.contents_list_001 li:before {
    content: "笳�";
    color: #1e4ca5;
    margin-right: 5px;
}

/* ############################################## */

.contents_txt_001 {
    width: 100%;
    margin: 0 auto 20px auto;
}
.contents_txt_001 p {
    font-size: 15px;
    line-height: 32px;
}
.contents_txt_001 p span {
    font-weight: bold;
    color: #f00;
}

/* ############################################## */

.googlemap {
    width: 88%;
    margin: 0 auto 20px auto;
}
.googlemap iframe {
    width: 100%;
    height: 500px;
}</pre></body></html>