 @charset "UTF-8";
/* CSS Document */

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

.contents_banner {
    width: 100%; 
    padding: 6.5% 5%;
    background: #fff5ca;
    box-sizing: border-box;
    text-align: center;
}
.contents_banner img {
    width: 100%;
    height: auto;
}
.contents_banner li {
    margin-bottom: 3.5%;
}
.contents_banner li:last-child {
    margin-bottom: 0;
}

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

.contents_title_001 {
    width: 90%;
    margin:0 auto 6.5% auto;
    position: relative;
}
.contents_title_001 dl {
    width: 100%;
}
.contents_title_001 dt {
    width: 100%;
    text-align: center;
    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: 90%;
    padding: 4.5% 0%;
    border-top: 1px solid rgba(232,76,91,0.50);
    border-bottom: 1px solid rgba(232,76,91,0.50);
    margin: 0 auto 6.5% auto;
}
.contents_title_101 h2 {
    text-align: center;
    font-size: 18px;
    line-height: 28px;
    font-weight: bold;
}

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

.contents_top_txt_menu {
    width: 90%;
    margin:0 auto 6.5% auto;
    text-align: center;
}
.contents_top_txt_menu li:nth-child(1) {
    border-top: 1px solid #c9c9c9;
}
.contents_top_txt_menu li {
    font-size: 13px;
    line-height: 1;
    font-weight: bold;    
    border-bottom: 1px solid #c9c9c9;
}
.contents_top_txt_menu li a {
    color: #000;
    padding:2% 0;
    text-decoration: none;
    display: block;
}
.contents_top_txt_menu li a.active {
    color: #1e4ca5;
    text-decoration:underline;
}

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

.cource_wrap {
    width: 100%;
    padding: 6.5% 5% 6.5% 5%;
    box-sizing: border-box;
    background: #f6f6f6;
}


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

.course_second_wrap {
    width: 90%;
    margin: 0 auto;
    box-sizing: border-box;
}

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

.course_contents_title_001 {
    width: 100%;
    background: #e84c5b;
    padding: 3.5% 1.5%;
    box-sizing: border-box;
    text-align: center;
    position: relative;
    margin-bottom: 6.5%;
}
/*三角形最新*/
.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:17px;
    line-height: 27px;
    font-weight: bold;
    color: #fff;
}

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

.course_contents_title_002 {
    width: 100%;
    background:rgba(232,76,91,0.10);
    border-bottom: 2px solid #e84c5b;
    padding: 3.5% 3.5%;
    box-sizing: border-box;
    text-align: center;
    margin-bottom: 6.5%;
}
.course_contents_title_002 h3 {
    font-size:15px;
    line-height: 25px;
    font-weight: bold;
    color: #e84c5b;
}

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

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

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

.contents_table_001 {
    width: 100%;
    margin: 0 auto 6.5% auto;
}
.contents_table_001 table {
    width: 100%;
    border-collapse:collapse;
}
.contents_table_002 {
    width: 100%;
    margin: 0 auto 6.5% auto;
}
.contents_table_002 table {
    width: 100%;
    border-collapse:collapse;
}
.contents_table_001_th_001 {
    border: 1px solid #dfdfdf;
    padding: 5px 10px;
    text-align: center;
    font-size: 13px;
    line-height: 23px;
    font-weight: bold;
    background: #f6f6f6;
    width: 35%;
}
.contents_table_001_th_002 {
    border: 1px solid #dfdfdf;
    padding: 5px 10px;
    text-align: center;
    font-size: 13px;
    line-height: 23px;
    font-weight: bold;
    background: #eeeeee;
    width: 35%;
}
.contents_table_001_td_001 {
    padding: 5px;
    text-align: left;
    font-size: 13px;
    line-height: 23px;
    border: 1px solid #dfdfdf;
}
.contents_table_001_td_002 {
    padding:5px;
    text-align: center;
    font-size: 13px;
    line-height: 23px;
    border: 1px solid #dfdfdf;
}
.contents_table_001_td_003 {
    padding: 10px 20px;
    text-align: left;
    font-size: 13px;
    line-height: 23px;
    border: 1px solid #dfdfdf;
}
.contents_table_001_td_004 {
    padding: 5px;
    text-align: center;
    font-size: 13px;
    line-height: 23px;
    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:5px;
}
.contents_table_001 dt {
    width: 1em;
    float: left;
    font-size: 11px;
    line-height: 21px;
}
.contents_table_001 dd {
    margin-left: 1.5em;
    font-size: 11px;
    line-height: 21px;
}

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

.contents_txt_001 {
    width: 90%;
    margin: 0 auto 6.5% auto;
}
.contents_txt_001 p {
    font-size: 15px;
    line-height: 25px;
}
.contents_txt_001 p span {
    color: #f00;
    font-weight: bold;
}
.contents_txt_001 dt {
    width: 1em;
    float: left;
    font-size: 15px;
    line-height: 25px;
}
.contents_txt_001 dd {
    margin-left: 1.5em;
    font-size: 15px;
    line-height: 25px;
}
.contents_txt_001 ul {
    width: 100%;
    margin: 6.5% auto 0 auto;
}
.contents_txt_001 li a {
    width: 100%;
    background: #e84c5b;
    padding: 5.5% 0;
    text-align: center;
    font-size: 15px;
    line-height: 1;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
    display: block;
}

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

.contents_txt_002 {
    width: 90%;
    margin: 0 auto 6.5% auto;
}
.contents_txt_002 h5 {
    font-size: 15px;
    line-height: 1;
    font-weight: bold;
    color: #e84c5b;
    margin-bottom: 2.5%;
}
.contents_txt_002 p {
    font-size: 15px;
    line-height: 25px;
    margin-bottom: 4%;
}
.contents_txt_002 p:last-child {
    margin-bottom: 0;
}

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

.contents_txt_003 {
    width: 100%;
    background: rgba(232,76,91,0.10);
    padding: 7.5% 5.5%;
    box-sizing: border-box;
    margin: 0 auto 6.5% auto;
}
.contents_txt_003 h4 {
    font-size: 17px;
    line-height: 1;
    font-weight: bold;
    color: #e84c5b;
    margin-bottom: 6.5%;
    text-align: center;
}
.contents_txt_003 p {
    font-size: 15px;
    line-height: 25px;
}
.contents_txt_003 dl {
    width: 60%;
    text-align: center;
    margin: 6.5% auto 0 auto;
}
.contents_txt_003 dt {
    width: 100%;
}
.contents_txt_003 dt img {
    width: 100%;
    height: auto;
}
.contents_txt_003 dd {
    width: 100%;    
    text-align: center;
    background: #e84c5b;
    font-size: 13px;
    line-height: 23px;
    padding: 6.5% 0;
    color: #fff;
}
.contents_txt_003 dd strong {
    font-weight: bold;
}

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

.contents_txt_004 {
    width: 90%;
    margin: 0 auto 6.5% auto;
}
.contents_txt_004 p {
    font-size: 15px;
    line-height: 25px;
}
.contents_txt_004 p img {
width: 100%;
height: auto;
padding-bottom: 6.5%;
}

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

.contents_img_001 {
    width:100%;
    margin: 0 auto 6.5% auto;
}
.contents_img_001 img {
    width: 100%;
    height: auto;
}
.index_banner {
    width: 100%; 
    padding: 0 5%;
    margin-bottom: 6%;
    box-sizing: border-box;
    text-align: center;
}
.index_banner img {
    width: 100%;
    height: auto;
}