 @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: #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: 90%;
    padding: 4.5% 0%;
    border-top: 2px solid rgba(68,128,209,0.50);
    border-bottom: 2px solid rgba(68,128,209,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: #447fd1;
    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: #447fd1 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: #ecf2fa;
    border-bottom: 2px solid #447fd1;    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: #447fd1;
}

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

.course_contents_title_003 {
    width: 100%;
    background: #fff;
    border: 2px solid #cfe7ff;
    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: #447fd1;
}

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

.contents_table_001 {
    width: 100%;
    margin: 0 auto 6.5% auto;
}
.contents_table_001 table {
    width: 100%;
    border-collapse:collapse;
    display: block;
    overflow-x: auto;
}
.contents_table_001 table:after {
	content:"右にスクロールします→";
	font-size:10px;
	line-height:1;
	text-align:right;
	color:#999;
	margin-bottom:7%;
}
 .contents_table_001 table tbody {
    display: block;
    width: auto;  
    overflow-x: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }
.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;
}
.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;
}
.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 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: 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;
}
.img_right {
    width: 100%;
    height: auto;
    padding-bottom: 6.5%;
}
.contents_txt_001 ul {
    width: 100%;
    margin: 6.5% auto 0 auto;
}
.contents_txt_001 li a {
    width: 100%;
    background: #e5254e;
    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;
    text-align: center;
}
.contents_txt_002 dt {
    font-size: 20px;
    line-height: 30px;
    font-weight: bold;
    color: #447fd1;
    margin-bottom: 6.5%;
}
.contents_txt_002 dd {
    font-size: 15px;
    line-height: 25px;
    font-weight: bold;
    margin-bottom:6.5%;
}
.contents_txt_002 li {
    width: 100%;
    border-radius: 10px;
    background: #447fd1;
    text-align: center;
    font-size: 15;
    line-height: 1;
    font-weight: bold;
    color: #fff;
    display: inline-block;
    padding: 3.5% 0;
    margin-bottom: 2.5%;
}

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

.contents_txt_003 {
    width: 100%;
    background: #ecf2fa;
    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: #447fd1;
    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: #447fd1;
    font-size: 18px;
    line-height: 1;
    padding: 6.5% 0;
    color: #fff;
}
.contents_txt_003 dd strong {
    font-weight: bold;
}

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

.faq_wrap {
    width: 90%;
    margin: 0 auto 6.5% auto;
}
.faq_wrap dt {
    font-size: 15px;
    line-height: 25px;
    font-weight: bold;
    margin-bottom: 3.5%;
}
.faq_wrap dd {
    font-size: 13px;
    line-height: 23px;
    margin-bottom: 6.5%;
}
.faq_wrap dt:before {
    content: "Q.";
    color: #447fd1;
    margin-right: 10px;
}
.faq_wrap dd:before {
    content: "A.";
    color: #447fd1;
    font-size: 15px;
    line-height: 25px;
    font-weight: bold;
    margin-right: 10px;
}

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

.contents_img_001 {
    width: 90%;
    padding-top: 26.6%;
    background: url(../sp_img/course/elementary_school/contents_img_101.jpg) no-repeat center center;
    background-size: cover;
    margin: 0 auto 6.5% auto;
}