 @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: #447fd1;
    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(68,128,209,0.50);
    border-bottom: 1px solid rgba(68,128,209,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: #447fd1;
    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: #447fd1 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: #ecf2fa;
    border-bottom: 2px solid #447fd1;
    padding: 15px 0;
    text-align: center;
    margin-bottom: 30px;
}
.course_contents_title_002 h3 {
    font-size:18px;
    line-height: 1;
    font-weight: bold;
    color: #447fd1;
}

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

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

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

.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;
}
.table_txt_001 {
    font-size: 13px;
    line-height: 1;
    padding-top: 10px;
    color: #ff0000:
}

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

.contents_list_001 {
    width: 88%;
    margin: 0 auto 40px auto;
}
.contents_list_001 li:first-child {
    border-top: 1px dashed #447fd1;
}
.contents_list_001 li {
    font-size: 17px;
    line-height: 27px;
    font-weight: bold;
    color: #447fd1;
    padding: 15px 0;
    text-align: center;
    border-bottom: 1px dashed #447fd1;
}

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

.contents_list_002 {
    width: 88%;
    margin: 0 auto 30px auto;
}
.contents_list_002 li {
    font-size: 15px;
    line-height: 25px;
    color: #000;
    margin-bottom: 10px;
}
.contents_list_002 li:before {
    content: "●";
    color: #447fd1;
    margin-right: 5px;
}
.contents_list_002 li ul {
    margin-left: 1em;
    margin-top: 15px;
}
.contents_list_002 li ul li {
    font-size: 13px;
    line-height: 1;
    color: #000;
    margin-bottom: 13px;
}
.contents_list_002 li ul li:before {
    content: "・";
    color: #447fd1;
    margin-right: 5px;
}

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

.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;
}
.img_right {
    float: right;
    padding-left: 40px;
    padding-bottom: 20px;
}
.contents_txt_001 ul {
    width: 430px;
    margin: 30px auto 0 auto;
}
.contents_txt_001 li a:link {
    width: 430px;
    background: #e5254e;
    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: #e5254e;
    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:#ed4674;
    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: #e5254e;
    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;
    text-align: center;
}
.contents_txt_002 dt {
    font-size: 50px;
    line-height: 1;
    font-weight: bold;
    color: #447fd1;
    margin-bottom: 15px;
}
.contents_txt_002 dd {
    font-size: 18px;
    line-height: 38px;
    font-weight: bold;
    margin-bottom: 30px;
}
.contents_txt_002 li {
    width: 164px;
    height: 164px;
    border-radius: 82px;
    background: #447fd1;
    text-align: center;
    font-size: 20px;
    line-height: 164px;
    font-weight: bold;
    color: #fff;
    display: inline-block;
    margin: 0 20px;
}

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

.contents_txt_003 {
    width: 100%;
    background: #ecf2fa;
    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: #447fd1;
    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: #447fd1;
    font-size: 21px;
    line-height: 159px;
    vertical-align: top;
    color: #fff;
}
.contents_txt_003 dd strong {
    font-weight: bold;
}

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

.faq_wrap {
    width: 88%;
    margin: 0 auto 50px auto;
}
.faq_wrap dt {
    font-size: 17px;
    line-height: 27px;
    font-weight: bold;
    margin-bottom: 20px;
}
.faq_wrap dd {
    font-size: 15px;
    line-height: 27px;
    margin-bottom: 20px;
}
.faq_wrap dt:before {
    content: "Q.";
    color: #447fd1;
    margin-right: 10px;
}
.faq_wrap dd:before {
    content: "A.";
    color: #447fd1;
    font-size: 17px;
    line-height: 27px;
    font-weight: bold;
    margin-right: 10px;
}

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

.contents_img_001 {
    width: 84%;
    height: 218px;
    background: url(../pc_img/course/elementary_school/contents_img_101.jpg) no-repeat center center;
    background-size: cover;
    margin: 0 auto 40px auto;
}