 @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_001 {
    width: 84%;
    margin:0 auto 20px auto;
    position: relative;
}
.contents_title_001 dt {
    text-align: center;
    font-size: 26px;
    line-height: 1;
    color: #e84c5b;
    font-weight: bold;
    position:absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
    z-index: 2;
}
.contents_title_001 dd {
    text-align: center;
}

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

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

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

.contents_top_txt_menu {
    width: 100%;
    padding: 0 8%;
    margin-bottom: 30px;
    margin-top: 30px;
    box-sizing: border-box;
}
.contents_top_txt_menu li {
    width: 10.0%;
    float: left;
    text-align: center;
    padding: 0 5px;
    box-sizing: border-box;
    font-size: 13px;
    line-height: 23px;
    font-weight: bold;
    vertical-align: middle;
}
.contents_top_txt_menu li a:link {
    color: #000;
    text-decoration: none;
}
.contents_top_txt_menu li a:visited {
    color: #000;
    text-decoration: none;
}
.contents_top_txt_menu li a:hover {
    color: #1e4ca5;
    text-decoration:underline;
}
.contents_top_txt_menu li a:active {
    color: #000;
    text-decoration: none;
}
.contents_top_txt_menu li a.active {
    color: #1e4ca5;
    text-decoration:underline;
}

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

.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: #e84c5b;
    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: #e84c5b 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:rgba(232,76,91,0.10);
    border-bottom: 2px solid #e84c5b;
    padding: 15px 0;
    text-align: center;
    margin-bottom: 30px;
}
.course_contents_title_002 h3 {
    font-size:18px;
    line-height: 1;
    font-weight: bold;
    color: #e84c5b;
}

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

.course_contents_title_003 {
    width: 100%;
    background: #fff;
    border: 2px solid #e84c5b;
    padding: 10px 0;
    text-align: center;
    margin-bottom: 30px;
}
.course_contents_title_003 h3 {
    font-size:17px;
    line-height: 1;
    font-weight: bold;
    color: #e84c5b;
}

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

.contents_table_001 {
    width: 94%;
    margin: 0 auto 45px auto;
}
.contents_table_001 table {
    border-collapse: collapse;
    border: 1px solid #dadada;
}
.contents_table_002 {
    width: 500px;
    margin: 0 auto 45px auto;
}
.contents_table_002 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_004 {
    padding: 13px 0px;
    text-align: center;
    font-size: 15px;
    line-height: 25px;
    border: 1px solid #dadada;
    font-weight: bold;
}
.contents_table_001 td span {
    font-size: 13px;
    color: #FF0000;
}
.contents_table_001 td strong {
    font-weight: bold;
    color: #FF0000;
}
.table_txt_001 {
    font-size: 13px;
    line-height: 1;
    padding-top: 10px;
    color: #ff0000:
}
.contents_table_001 dl {
    padding-top:10px;
}
.contents_table_001 dt {
    width: 1em;
    float: left;
    font-size: 13px;
    line-height: 23px;
}
.contents_table_001 dd {
    margin-left: 1.5em;
    font-size: 13px;
    line-height: 23px;
}

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

.contents_txt_001 {
    width: 88%;
    margin: 0 auto 50px auto;
}
.contents_txt_001 p {
    font-size: 15px;
    line-height: 32px;
}
.contents_txt_001 p span {
    color: #f00;
    font-weight: bold;
}
.contents_txt_001 dt {
    width: 1em;
    float: left;
    font-size: 15px;
    line-height: 32px;
}
.contents_txt_001 dd {
    margin-left: 1.5em;
    font-size: 15px;
    line-height: 32px;
}
.contents_txt_001 ul {
    width: 430px;
    margin: 30px auto 0 auto;
}
.contents_txt_001 li a:link {
    width: 430px;
    background: #e84c5b;
    padding: 15px 0;
    text-align: center;
    font-size: 17px;
    line-height: 1;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
    display: block;
}
.contents_txt_001 li a:visited {
    width: 430px;
    background: #e84c5b;
    padding: 15px 0;
    text-align: center;
    font-size: 17px;
    line-height: 1;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
    display: block;
}
.contents_txt_001 li a:hover {
    width: 430px;
    background:#ef7280;
    padding: 15px 0;
    text-align: center;
    font-size: 17px;
    line-height: 1;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
    display: block;
    webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.contents_txt_001 li a:active {
    width: 430px;
    background: #e84c5b;
    padding: 15px 0;
    text-align: center;
    font-size: 17px;
    line-height: 1;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
    display: block;
}

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

.contents_txt_002 {
    width: 88%;
    margin: 0 auto 50px auto;
}
.contents_txt_002 h5 {
    font-size: 15px;
    line-height: 1;
    font-weight: bold;
    color: #e84c5b;
    margin-bottom: 10px;
}
.contents_txt_002 p {
    font-size: 15px;
    line-height: 32px;
    margin-bottom: 20px;
}
.contents_txt_002 p:last-child {
    margin-bottom: 0;
}

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

.contents_txt_003 {
    width: 100%;
    background: rgba(232,76,91,0.10);
    padding: 30px 40px;
    box-sizing: border-box;
    margin: 0 auto 50px auto;
}
.contents_txt_003 h4 {
    font-size: 17px;
    line-height: 1;
    font-weight: bold;
    color: #e84c5b;
    margin-bottom: 20px;
    text-align: center;
}
.contents_txt_003 p {
    font-size: 15px;
    line-height: 32px;
}
.contents_txt_003 dl {
    text-align: center;
    margin-top: 30px;
}
.contents_txt_003 dt {
    width: 139px;
    height: 159px;
    display: inline-block;
}
.contents_txt_003 dd {
    width: 340px;
    height: 159px;
    display: inline-block;
    text-align: center;
    background: #e84c5b;
    vertical-align: top;
    color: #fff;
}
.contents_txt_003 dd div {
    font-size: 21px;
    line-height: 31px;
    padding-top: 33px;
}
.contents_txt_003 dd strong {
    font-weight: bold;
}

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

.contents_txt_004 {
    width: 88%;
    margin: 0 auto 20px auto;
}
.contents_txt_004 p {
    font-size: 15px;
    line-height: 32px;
}
.contents_txt_004 p img {
    float: right;
}

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

.contents_img_001 {
    width:636px;
    margin: 0 auto 40px auto;
}
.index_banner {
    width: 100%; 
    margin-bottom: 40px;
    box-sizing: border-box;
    text-align: center;
}