/* =================================
course
================================= */

.course_bnr ul {
	margin-top: 60px;
	margin-bottom: 40px;
	overflow: hidden;
}

.course_bnr li a{
	display:block;
        width:100%;
        height:49px;
        padding:0 !important;
        line-height:49px;
}

.course_bnr li a.course_yoji {
	background-color: #75cffd;
}

.course_bnr li a.course_shogaku {
	background-color: #e782d5;
}

.course_bnr li a.course_zero {
	background-color: #99c945;
}

.course_bnr li a.course_eigo {
	background-color: #f4a418;
}

.course_bnr li a.course_taikyo {
	background-color: #ab8e48;
}

.course_bnr li a.course_happy {
	background-color: #e7cf00;
}

.course_bnr li a.course_ongaku {
	background-color: #689ee9;
}

.course_bnr li a.course_shogai {
	background-color: #fd86ad;
}

/*20190303追加*/
.course_bnr li a.course_noiku {
	background-color: #ff6347;
}

/*20201218追加*/
.course_bnr li a.course_prog {
	background-color: #0f9e8d;
        font-size:18px;
}

.course_box {
	padding-top: 100px;
	margin-top: -100px;
	margin-bottom: 80px;
}

.course_box .course_hl {
	width: 100%;
	max-width: 748px;
	height: 92px;
	margin: 0 auto 40px;
	text-align: center;
	font-weight: bold;
	font-size: 38px;
	color: #fff;
	background-position: center center;
	background-size: 100%;
	background-repeat: no-repeat;
	padding: 8px 10px 0;
}

.course_box#yoji .course_hl {
	background-image: url(../img/course/tit_course_yoji.png);
}

.course_box#shogaku .course_hl {
	background-image: url(../img/course/tit_course_shogaku.png);
}

.course_box#zero .course_hl {
	background-image: url(../img/course/tit_course_zero.png);
}

.course_box#eigo .course_hl {
	background-image: url(../img/course/tit_course_eigo.png);
}

.course_box#happy .course_hl {
	background-image: url(../img/course/tit_course_happy.png);
}

.course_box#taikyo .course_hl {
	background-image: url(../img/course/tit_course_taikyo.png);
}

.course_box#ongaku .course_hl {
	background-image: url(../img/course/tit_course_ongaku.png);
}

.course_box#shogai .course_hl {
	background-image: url(../img/course/tit_course_shogai.png);
}

.course_box#noiku .course_hl {
	background-image: url(../img/course/tit_course_noiku.png);
}

.course_box#prog .course_hl {
	background-image: url(../img/course/tit_course_prog.png);
}

.course_box .cont1 {
	overflow: hidden;
	margin-bottom: 50px;
}

.course_box .cont1 .img img {
	display: block;
	border: 4px solid #f68500;
	border-radius: 30px;
	overflow: hidden;
	margin: 0 auto;
}

.course_box .cont1 .text_box p {
	padding-left: 25px;
	font-size: 16px;
	line-height: 1.6;
	margin-bottom: 30px;
}

.course_box .cont1 .text_box p:last-child {
	margin-bottom: 0;
}

.course_box .cont2 {
	overflow: hidden;
}

.course_box .cont2 .sub_hl {
	border: 1px solid #ccc;
	background: #f68500;
	color: #fff;
	font-weight: bold;
	font-size: 20px;
	text-align: center;
	line-height: 1.9;
}

.course_box .cont2 ul {
	font-size: 16px;
	font-weight: bold;
	color: #004098;
	padding: 12px 18px;
}

.course_box .cont2 ul li {
	padding: 5px 0;
	border-bottom: 2px dotted #ccc;
}

.course_box .cont2 .attention {
	padding-top: 5px;
	text-align: right;
	font-size: 12px;
}

.course_box .cont2 table {
	width: 100%;
	table-layout: fixed;
}

.course_box .cont2 table tr {
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

.course_box .cont2 table th,
.course_box .cont2 table td {
	font-size: 15px;
	text-align: center;
	font-weight: bold;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 5px 0;
}

.course_box .cont2 table th {
	background: #fef2b8;
}

.course_box .cont2 table th span {
	font-size: 12px;
}

.course_attention {
	margin-bottom: 43px;
}

.course_attention .mod_inner1 {
	background: url(../img/course/bg_repeat.jpg) center center;
	padding: 20px;
}

.course_attention .bg {
	padding: 20px;
	background: #fff;
}

.course_attention ul li {
	position: relative;
	padding-left: 48px;
	font-size: 16px;
	margin-bottom: 5px;
}

.course_attention ul li:last-child {
	margin-bottom: 0;
}

.course_attention ul li span {
	position: absolute;
	left: 0;
	top: 0;
	color: #004098;
	font-weight: bold;
}

/* =================================
flow
================================= */

.flow_chart {
	padding-top: 42px;
	margin-bottom: 35px;
}

.flow_chart li {
	margin-bottom: 42px;
	position: relative;
}

.flow_chart .num {
	width: 140px;
	height: 140px;
	border-radius: 100%;
	padding-top: 25px;
	position: absolute;
	left: 0;
	top: -32px;
	background: #f68500;
	color: #fff;
	text-align: center;
	font-family: "M PLUS Rounded 1c", sans-serif;
	font-weight: bold;
	font-size: 30px;
	line-height: 1;
        z-index:2;
}

.flow_chart .num span {
	font-size: 60px;
	display: block;
}

.flow_chart .cont {
	margin-left: 70px;
	background: #ffefb0;
	overflow: hidden;
	margin-bottom: 30px;
	border-radius: 20px;
}

.flow_chart .cont .img {
	text-align: center;
}

.flow_chart .cont .text_box .hl {
	font-size: 30px;
	font-weight: bold;
	padding-bottom: 5px;
	margin-bottom: 14px;
	border-bottom: 4px dotted #fff;
}

.flow_chart .cont .text_box p {
	font-size: 16px;
}

.flow_chart .cont .text_box p a {
	color: #004098;
}

.flow_chart .arrow {
	width: 162px;
	margin: 0 auto;
}

/* =================================
topics
================================= */

.topics_area .list {
	margin: 10px 0 40px;
}

.topics_area .list li {
	display: table;
	border-bottom: 1px solid #bfbfbf;
	width: 100%;
	padding: 30px 0;
}

.topics_area .list li:last-child {
	border: none;
}

.topics_area .list li img.attachment-middle {
	display: table-cell;
	vertical-align: middle;
	width: 200px;
}

.topics_area .list li p {
	display: table-cell;
	vertical-align: middle;
}

.topics_area .list li .date {
	width: 150px;
	padding-left: 30px;
}

.topics_area .list li .title {
	width: 670px;
	padding: 0 40px 0 10px;
}

.topics_area .list li .title a {
	text-decoration: none;
}

.topics_area .list li .detail {
	width: 180px;
}

.topics_area .pagination {
	list-style-type: none;
	padding-left: 0;
	margin: 30px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.topics_area .pagination li a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-weight: 300;
	padding-top: 1px;
	text-decoration: none;
	border-left-width: 0;
	min-width: 36px;
	min-height: 36px;
	color: #333;
}

.topics_area .pagination li:first-of-type a {
	border-left-width: 1px;
}

.topics_area .pagination li.first span,
.topics_area .pagination li.last span,
.topics_area .pagination li.previous span,
.topics_area .pagination li.next span { /* screen readers only */
	position: absolute;
	top: -9999px;
	left: -9999px;
}

.topics_area .pagination li.first a::before,
.topics_area .pagination li.last a::after,
.topics_area .pagination li.previous a::before,
.topics_area .pagination li.next a::after {
	display: inline-block;
	font-family: Fontawesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
}

.topics_area .pagination li.first a::before {
	content: "\226A";
}

.topics_area .pagination li.last a::after {
	content: "\226B";
}

.topics_area .pagination li.previous a::before {
	content: "\003C";
}

.topics_area .pagination li.next a::after {
	content: "\003E";
}

.topics_area .pagination li.current a {
	color: #fff;
	background-color: #f7ac00;
	border-radius: 5px;
	cursor: default;
	pointer-events: none;
}

.post_area {
	margin-bottom: 40px;
}

.post_area .date {
	font-family: "M PLUS Rounded 1c", sans-serif;
}

.post_area h2 {
	line-height: 1.5;
	font-family: "M PLUS Rounded 1c", sans-serif;
	font-size: 30px;
	font-weight: 800;
	margin-bottom: 30px;
	color: #000;
}

.post_area .post_body {
	padding: 30px 0;
	border-top: 1px solid #bfbfbf;
}

.post_area .post_body .thumb {
	width: 100%;
	max-width: 900px;
	text-align: center;
	margin: 0 auto 30px;
}

.post_area .post_footer ul.btn_post_area {
	width: 100%;
	margin: 30px auto;
	display: table;
}

.post_area .post_footer ul.btn_post_area li {
	display: table-cell;
}

.post_area .post_footer ul.btn_post_area li.btn {
	width: 360px;
}

.post_area .post_footer ul.btn_post_area li.btn .mod_btn1.size_xs {
	max-width: 360px;
}

.post_area .post_footer ul.btn_post_area li.btn .mod_btn1.size_xs .txt {
	display: block;
	width: 290px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.post_area .post_footer ul.btn_post_area li.btn.prev .mod_btn1 {
	background-image: url(../img/cmn/arrow_w_l.png);
}

.post_area .post_footer ul.btn_post_area li.btn.prev .mod_btn1.size_xs {
	padding: 4px 10px 4px 40px;
	background-position: 5% center;
}

.post_area .post_footer ul.btn_post_area li.btn.next .mod_btn1.size_xs {
	padding: 4px 10px 4px 40px;
	background-position: 95% center;
}

.post_area .post_footer ul.btn_post_area .link {
	text-align: center;
}

.post_area .post_footer ul.btn_post_area .link .mod_btn1 {
	background-image: none;
}

.post_area .post_footer ul.btn_post_area .link .mod_btn1.size_xs {
	max-width: 150px;
}

/* =================================
tokucho
================================= */

.tokucho_area figure {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	-webkit-margin-start: 0 !important;
	margin-inline-start: 0 !important;
	-webkit-margin-end: 0 !important;
	margin-inline-end: 0 !important;
	-webkit-margin-before: 0 !important;
	margin-block-start: 0 !important;
	-webkit-margin-after: 0 !important;
	margin-block-end: 0 !important;
}

.tokucho_area figure img {
	display: block;
	margin: 0 auto;
}

.tokucho_area figure .movie {
	display: block;
                    width:auto;
                    /*max-width:100%;*/
	margin: 0 auto;
}

.tokucho_area .honbun{
	max-width: 40rem;
	margin: 0 auto;
}

.tokucho_area .honbun .md2em{
    margin-bottom:2em;
}
.tokucho_area .honbun .mu2em{
    margin-top:2em;
}
.tokucho_area .honbun .md1em{
    margin-bottom:1em;
}
.tokucho_area .honbun .mu1em{
    margin-top:1em;
}

.tokucho_area .honbun .center{
    text-align:center;
}

.tokucho_area .honbun .blue{
    color:blue;
}

.tokucho_area .honbun .red{
    color:red;
}

.tokucho_area .honbun .orange{
    color:#f68500;
}

.tokucho_area .honbun .bold{
    font-weight:bold;
}
.tokucho_area .honbun .f15em{
    font-size:1.5em;
    line-height:1.2;
}
.tokucho_area .honbun .f2em{
    font-size:2em;
    line-height:1.2;
}
.tokucho_area .honbun .f25em{
    font-size:2.5em;
    line-height:1.2;
}
.tokucho_area .honbun .f3em{
    font-size:3em;
    line-height:1.2;
}


.tokucho_area section .section.section1 {
	border-bottom: 1px solid #f7ac00;
	padding-bottom: 50px;
	margin-bottom: 80px;
}

.tokucho_area section .section.section1 .tokucho_box {
	margin-bottom: 30px;
}

.tokucho_area section .section.section1 .tokucho_box .pic {
	text-align: center;
}

.tokucho_area section .section.section2 h3 {
	margin-bottom: 30px;
}

.tokucho_area section .section.section2 .staff_box {
	overflow: hidden;
	margin-bottom: 30px;
}

.tokucho_area section .section.section2 .staff_box h3 {
	font-size: 20px;
	font-weight: bold;
	padding-bottom: 20px;
}

.tokucho_area section .section.section2 .staff_box .pic {
	float: left;
}

.tokucho_area section .section.section2 .staff_box .pr_area {
	float: right;
	width: 870px;
}

.tokucho_area section .section.section2 .staff_box.last {
	margin-bottom: 80px;
}

/* =================================
faq
================================= */

.faq_area {
	margin-bottom: 40px;
}

.faq_area .sp,
.faq_area .pc,
.faq_area .attention {
	font-size: 24px;
	font-family: YuGothic, YuGothicM, "Yu Gothic", "ヒラギノ角ゴシック", "Hiragino Sans", "メイリオ", Meiryo, sans-serif;
	padding-right: 10px;
	font-weight: 800;
	color: #004098;
}

.faq_area .pc,
.faq_area .attention {
	display: inline-block;
}

.faq_area .attention {
	font-size: 12px;
	text-align: right;
	display: block;
}

.faq_area .sub_hl {
	display: none;
}

.faq_area .inner_box {
	padding: 15px 24px;
	position: relative;
	background: #fef2b8;
	margin-bottom: 18px;
	border-radius: 10px;
}

.faq_area .inner_box h2 {
	font-family: YuGothic, YuGothicM, "Yu Gothic", "ヒラギノ角ゴシック", "Hiragino Sans", "メイリオ", Meiryo, sans-serif;
	font-weight: bold;
	font-size: 20px;
	margin: 0;
}

.faq_area .inner_box .ex_wrapper {
	display: none;
}

.faq_area .inner_box .btn_circle {
	position: absolute;
	right: 10px;
	bottom: 10px;
}

.faq_area .inner_box .btn_circle.close {
	-webkit-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
}

.faq_area .inner_box .btn_circle.open {
	-webkit-transform: rotateZ(180deg);
	-ms-transform: rotate(180deg);
	transform: rotateZ(180deg);
}

.faq_area .inner_box .exgroup {
	display: table;
	margin-top: 20px;
	width: 100%;
	padding: 0 5px 50px;
}

.faq_area .inner_box .exgroup .right {
	float: right;
}

.faq_area .inner_box .exgroup .ex0,
.faq_area .inner_box .exgroup .ex1,
.faq_area .inner_box .exgroup .ex2,
.faq_area .inner_box .exgroup .extext {
	display: table-cell;
	vertical-align: top;
}

.faq_area .inner_box .exgroup .ex2,
.faq_area .inner_box .exgroup .ex0 {
	width: 4%;
	text-align: left;
	line-height: 1;
}

.faq_area .inner_box .exgroup .extext {
	width: 96%;
	text-align: justify;
}

.faq_area .inner_box .exgroup .extext .bold {
	font-weight: bold;
	font-size: 18px;
}

.faq_area .inner_box .price_area {
	margin-bottom: 70px;
}

.faq_area .inner_box .price_area .name {
	font-weight: bold;
	text-align: center;
	padding: 50px 0 10px;
}

.faq_area .inner_box .price_area .u_pc table {
	display: table;
}

.faq_area .inner_box .price_area .u_pc table th,
.faq_area .inner_box .price_area .u_pc table td {
	text-align: center;
	padding: 8px 10px;
	border-right: 1px solid #aaa;
}

.faq_area .inner_box .price_area .u_pc table th {
	background: #ffe2c7;
	border-top: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
	font-weight: normal;
	font-size: 16px;
}

.faq_area .inner_box .price_area .u_pc table th:first-child {
	border-left: 1px solid #aaa;
}

.faq_area .inner_box .price_area .u_pc table td {
	background: #FFF;
	text-align: center;
	padding: 8px 10px;
	border-right: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
}

.faq_area .inner_box .price_area .u_pc table td:first-child {
	border-left: 1px solid #aaa;
}

.faq_area .inner_box .price_area .u_sp table {
	display: none;
}

.faq_area .inner_box .price_area .u_sp table th,
.faq_area .inner_box .price_area .u_sp table td {
	text-align: left;
	padding: 8px 10px 8px 20px;
	border-right: 1px solid #aaa;
}

.faq_area .inner_box .price_area .u_sp table th {
	background-color: #ffe2c7;
	border-bottom: 1px solid #aaa;
	width: 50%;
	font-weight: normal;
	font-size: 16px;
}

.faq_area .inner_box .price_area .u_sp table td {
	border-bottom: 1px solid #aaa;
	background: #FFF;
}

.faq_area .inner_box .notice_area .notice {
	width: 100%;
}

.faq_area .inner_box .notice_area .notice th,
.faq_area .inner_box .notice_area .notice td {
	vertical-align: top;
}

.faq_area .inner_box .notice_area .notice th {
	font-size: 16px;
	font-weight: bold;
	width: 4%;
}

.faq_area .inner_box .notice_area .notice td {
	font-size: 14px;
	width: 96%;
}

/* =================================
recruit
================================= */

.recruit_area .mod_inner2 {
	padding: 0 45px;
}

.recruit_area .rec_head {
	overflow: hidden;
	display: block;
	width: 956px;
	margin: 0 auto 30px;
}

.recruit_area .rec_head .left {
	float: left;
	width: 50%;
}

.recruit_area .rec_head .right {
	float: right;
	width: 50%;
}

.recruit_area .rec_body {
	max-width: 880px;
	margin: 0 auto;
}

.recruit_area .rec_body li {
	display: table;
	width: 100%;
	border-bottom: 1px solid #bfbfbf;
	padding: 0 0 16px 0;
	margin-bottom: 16px;
}

.recruit_area .rec_body li:last-child {
	border: none;
}

.recruit_area .rec_body li .thread,
.recruit_area .rec_body li .content {
	display: table-cell;
	vertical-align: top;
}

.recruit_area .rec_body li .thread {
	width: 20%;
	color: #f68500;
	font-weight: bold;
}

.recruit_area .rec_body li .content {
	width: 80%;
}

/* =================================
privacy
================================= */

.privacy_area {
	margin-bottom: 40px;
}

.privacy_area .section {
	margin-bottom: 40px;
}

.privacy_area .section .mod_hl2 {
	font-family: "M PLUS Rounded 1c", sans-serif;
}

.privacy_area .section p {
    padding-top: 8px;
}
.privacy_area .section li {
    line-height:1.8;
}

.privacy_area .section .right {
	text-align: right;
}

.privacy_area .section  .text_area{
    /*margin-bottom:20px;*/
}

.privacy_area .section  ul.lay-1,
.privacy_area .section  ul.lay-2{
    padding-left:1em;
}

.privacy_area .section  ul.lay-1{
    padding-top:20px;
}
.privacy_area .section  ul.lay-2{
    padding-top:10px;
}

.privacy_area .section  li.indent-1{
    text-indent:-.75em;
    padding-left:.75em;
}
.privacy_area .section  ul.lay-1 li.small_section{
    margin-bottom:20px;
    text-indent:-.75em;
    padding-left:.75em;
}
.privacy_area .section .last{
    margin-bottom:0 !important;
}


@media only screen and (max-width: 768px) {
    .privacy_area .section li {
        line-height:1.5;
        font-size:14px;
    }   
}



/* =================================
contact
================================= */

.free_message {
	margin-bottom: 80px;
}

.free_message .mod_hl1 {
	margin-bottom: 10px;
}

.free_message .mod_hl2 {
	text-align: center;
	margin-bottom: 30px;
}
.free_message .image{
                    margin-bottom:65px;
}
.free_message .txt {
	margin-bottom: 65px;
	/*text-align: center;*/
}

.free_message .txt p {
	font-size: 16px;
	margin-bottom: 20px;
}

.free_message .txt p:first-child {
	margin-bottom: 3px;
	font-size: 18px;
	font-weight: bold;
}

.free_message .txt p strong {
	font-weight: bold;
}

.free_message .txt p .cl_red {
	color: #ff1200;
}

.free_message table {
	border: 1px solid #ccc;
}

.free_message table tr {
	border-bottom: 1px solid #ccc;
}

.free_message table th {
	width: 29%;
	padding: 20px;
	background: #f68500;
	font-weight: bold;
	color: #fff;
	border-right: 1px solid #ccc;
}

.free_message table td {
	font-size: 16px;
	width: 71%;
	padding: 12px 12px 12px 25px;
}

.free_message table td strong {
	font-weight: bold;
}

.free_message table td p:not(:last-child) {
	margin-bottom: 20px;
}

.form_area {
	margin-bottom: 60px;
}

.form_area.mod_bg_yellow {
	padding: 70px 0 80px;
}

.form_area.mod_bg_yellow .form_area_bg {
	padding: 45px;
	background: #fff;
	border-radius: 20px;
}

.form_area .mod_hl1 {
	margin-bottom: 40px;
}

.form_area .form_area_bg {
	font-size: 16px;
	overflow: hidden;
}

.form_area .txt1 {
	font-weight: bold;
	margin-bottom: 10px;
}

.form_area .req {
	color: #ff1200;
}

.form_area table {
	table-layout: fixed;
}

.form_area table tr {
	border-top: 2px dotted #ccc;
}

.form_area table tr.menu-month2,
.form_area table tr.menu-month3 {
	border-top: none;
}

.form_area table tr.menu-month2 th,
.form_area table tr.menu-month2 td {
	padding: 0;
}

.form_area table th {
	padding: 20px 0;
	font-weight: bold;
	width: 26%;
	vertical-align: top;
}

.form_area table td {
	padding: 20px 0;
	width: 74%;
}

.form_area table td label {
	display: inline-block;
	margin-right: 40px;
}

.form_area table td.select_time span {
	margin-right: 10px;
}

.form_area table td.select_time span + span {
	margin-left: 30px;
}

.form_area table td.select_time span + span label {
	margin: 0;
}

.form_area table td.select_time span + span label span {
	margin: 0;
}

.form_area table td.name input {
	max-width: 240px;
	display: inline-block;
	margin-right: 20px;
}

.form_area table td.birth span {
	margin-right: 5px;
}

.form_area table td.birth span + span {
	margin-left: 23px;
}

.form_area table td.age input {
	width: 120px;
	margin-right: 10px;
	background: #fff;
}

.form_area table td.inline_area input,
.form_area table td.tel input {
	width: 60px;
}

.form_area table td.inline_area .letter1,
.form_area table td.tel .letter1 {
	padding: 0 10px;
}

.form_area table td.inline_area #zip-btn,
.form_area table td.tel #zip-btn {
	font-size: 16px;
	padding: 0;
	width: 90px;
	background: #e8e8e8;
	border-radius: 30px;
	border: 2px solid #ccc;
	font-family: YuGothic, YuGothicM, "Yu Gothic", "ヒラギノ角ゴシック", "Hiragino Sans", "メイリオ", Meiryo, sans-serif;
	margin-left: 35px;
	cursor: pointer;
}

.form_area table td .mail_exp {
	padding-top: 6px;
	font-size: 12px;
	display: block;
}

.form_area table td #select_magazine label {
	margin-right: 5px;
}

.form_area table td #check-magazine_exp {
	font-size: 12px;
}

.form_area .btn_area {
	text-align: center;
	display: block !important;
	width: 790px !important;
}

.form_area .btn_area th {
	display: none !important;
}

.form_area .btn_area td {
	display: block !important;
	width: 100% !important;
}

.form_area .btn_area input {
	display: inline-block;
	padding: 20px;
	width: 260px;
	margin: 10px;
	border-radius: 40px;
	background: #f68500;
	color: #fff;
	border: none;
	font-weight: bold;
	font-size: 20px;
	font-family: YuGothic, YuGothicM, "Yu Gothic", "ヒラギノ角ゴシック", "Hiragino Sans", "メイリオ", Meiryo, sans-serif;
}

.free_message .mod_hl1,
.free_message .txt *{
    /*text-align:left !important;*/
}


@media only screen and (min-width: 769px) {

.course_bnr li {
	width: 23.5%;
	float: left;
	margin-right: 2%;
	margin-bottom: 20px;
}

.course_bnr li:nth-child(4n) {
	margin-right: 0;
}

.course_box .cont1 .img {
	width: 38.5%;
	float: left;
}

.course_box .cont1 .text_box {
	float: right;
	width: 57.5%;
}

.course_box .cont2 .text_box {
	width: 48.5%;
	float: left;
}

.course_box .cont2 .text_box + .text_box {
	float: right;
}

/*
.flow_chart .cont .img {
	float: left;
	width: 32%;
}

.flow_chart .cont .text_box {
	float: right;
	width: 68%;
	padding: 20px 30px;
}
*/
/*20210614 変更*/
.flow_chart .cont{
    position:relative;
    display:flex;
    align-items:center;
}
.flow_chart .cont .img {
	/*float: left;*/
	width: 32%;
        
        
}

.flow_chart .cont .text_box {
	/*float: right;*/
	width: 67.5%;
	padding: 20px 30px;
        
}



.faq_area .sp {
	display: none;
}

.tokucho_area figure .movie {
        max-width:900px;
}

}

@media only screen and (max-width: 768px) {

.course_bnr li {
	margin-bottom: 10px;
}

.course_box {
	padding-top: 80px;
	margin-top: -80px;
}

.course_box .course_hl {
	height: auto;
	padding: 1.5% 0 2.4%;
	margin-bottom: 20px;
	font-size: 19px;
}

.course_box .cont1 .img {
	width: 70%;
	margin: 0 auto 20px;
}

.course_box .cont2 .text_box + .text_box {
	margin-top: 20px;
}

.course_box .cont2 table th,
.course_box .cont2 table td {
	font-size: 13px;
}

.course_box .cont2 table th span {
	font-size: 10px;
}

.flow_chart {
	padding-top: 0;
}

.flow_chart .num {
	width: 80px;
	height: 80px;
	padding-top: 18px;
	font-size: 15px;
}

.flow_chart .num span {
	font-size: 30px;
}

.flow_chart .cont {
	margin-left: 0;
	padding: 15px;
}

.flow_chart .cont .text_box {
	padding: 15px 0 0;
}

.flow_chart .cont .text_box .hl {
	font-size: 18px;
}

.flow_chart .arrow {
	width: 60px;
}

.topics_area .list li {
	display: block;
	max-width: 300px;
	margin: 0 auto;
}

.topics_area .list li img.attachment-middle {
	display: block;
	max-width: 300px;
	width: 100%;
	margin: 0 auto 20px;
}

.topics_area .list li p {
	display: block;
	margin: 0 auto;
}

.topics_area .list li .date {
	max-width: 300px;
	width: 100%;
	padding-left: 0;
}

.topics_area .list li .title {
	max-width: 300px;
	width: 100%;
	padding: 0;
	margin-bottom: 20px;
}

.post_area h2 {
	font-size: 24px;
}

.post_area .post_footer ul.btn_post_area {
	display: block;
}

.post_area .post_footer ul.btn_post_area li {
	display: block;
	margin-bottom: 10px;
}

.post_area .post_footer ul.btn_post_area li.btn {
	width: 100%;
}

.post_area .post_footer ul.btn_post_area li.btn .mod_btn1.size_xs {
	width: 100%;
}

.post_area .post_footer ul.btn_post_area li.btn .mod_btn1.size_xs .txt {
	width: 100%;
}

.post_area .post_footer ul.btn_post_area li.btn.next .mod_btn1.size_xs {
	padding: 4px 20px 4px 30px;
}

.post_area .post_footer ul.btn_post_area .link {
	width: 100%;
}

.post_area .post_footer ul.btn_post_area .link .mod_btn1.size_xs {
	max-width: 360px;
}

.tokucho_area section .section.section1 {
	padding-bottom: 30px;
	margin-bottom: 60px;
}

.tokucho_area section .section.section2 .staff_box h3 {
	padding-bottom: 0;
	margin-bottom: 10px;
}

.tokucho_area section .section.section2 .staff_box .pic {
	width: 80%;
	margin: 0 auto;
	float: none;
	text-align: center;
	padding-bottom: 30px;
}

.tokucho_area section .section.section2 .staff_box .pr_area {
	width: 100%;
}

.tokucho_area figure .movie {
        max-width:100%;
}
.faq_area .sp {
	display: block;
}

.faq_area .sp_b {
	color: #004098;
	font-size: 30px;
	font-weight: 800;
	text-align: center;
	font-family: "M PLUS Rounded 1c", sans-serif;
}

.faq_area .pc,
.faq_area .attention {
	display: none;
}

.faq_area .sp {
	text-align: center;
}

.faq_area .inner_box {
	padding: 20px 20px 80px;
}

.faq_area .inner_box h2 {
	text-align: center;
}

.faq_area .inner_box .btn_circle {
	margin: 0 auto;
	left: 0;
	right: 0;
	bottom: 15px;
}

.faq_area .inner_box .exgroup {
	padding: 0;
}

.faq_area .inner_box .exgroup .ex2,
.faq_area .inner_box .exgroup .ex0 {
	display: none;
}

.faq_area .inner_box .price_area .u_pc table {
	display: none;
}

.faq_area .inner_box .price_area .u_sp table {
	display: table;
	border-left: 1px solid #aaa;
	border-top: 1px solid #aaa;
}

.faq_area .inner_box .notice_area .notice {
	margin-top: 20px;
}

.recruit_area .rec_head {
	width: 100%;
}

.recruit_area .rec_head .left {
	width: 100%;
	text-align: center;
}

.recruit_area .rec_head .right {
	width: 100%;
	text-align: center;
}

.recruit_area .rec_body {
	padding: 0;
}

.recruit_area .rec_body li {
	display: block;
	width: 100%;
}

.recruit_area .rec_body li .thread,
.recruit_area .rec_body li .content {
	display: block;
}

.recruit_area .rec_body li .thread {
	width: 100%;
}

.recruit_area .rec_body li .content {
	width: 100%;
}

.privacy_area .section {
	margin-bottom: 20px;
}

.privacy_area .section p {
	font-size: 14px;
	line-height: 1.5;
}

.free_message {
	margin-bottom: 40px;
}

.free_message .image{
                margin-bottom:30px;
}

.free_message .txt {
	text-align: left;
}

.free_message table,
.free_message table tbody,
.free_message table tr,
.free_message table th,
.free_message table td {
	display: block;
	width: 100%;
	border: none;
}

.free_message table th {
	padding: 15px;
}

.free_message table td {
	padding: 15px 15px 30px;
}

.form_area.mod_bg_yellow .form_area_bg {
	padding: 20px 15px;
}

.form_area table tr {
	display: block;
	width: 100%;
	padding: 15px 0;
}

.form_area table th {
	display: block;
	width: 100%;
	padding: 0;
}

.form_area table td {
	display: block;
	width: 100%;
	padding: 0;
}

.form_area table td.select_time span + span {
	display: inline-block;
	margin-left: 10px;
}

.form_area table td.select_time span #time_1,
.form_area table td.select_time span #time_2,
.form_area table td.select_time span #time_3 {
	margin-top: 10px;
	display: block;
}

.form_area table td.name input {
	max-width: 120px;
	margin-right: 10px;
}

.form_area table td.birth span + span {
	margin-left: 10px;
}

.form_area table td.birth select {
	width: 60px;
	padding: 5px;
}

.form_area table td.inline_area .letter1,
.form_area table td.tel .letter1 {
	padding: 0 5px;
}

.form_area table td.inline_area #zip-btn,
.form_area table td.tel #zip-btn {
	margin-left: 10px;
}

.form_area table td #check-magazine_exp {
	display: block;
}

.form_area .btn_area {
	width: 790px !important;
	width: 100% !important;
}

.form_area .btn_area input {
	width: auto;
	min-width: 150px;
	padding: 10px;
	font-size: 16px;
}

}

/*# sourceMappingURL=maps/page.css.map */

/*20210215追加 特徴スタイル*/
/*
オレンジ　Heavy:#f4b167
オレンジ Light:#fefaf5

青 Heavy：#6ca8f1
青 Light：#cde3fc
*/

.tokucho_area section .tokucho_box .honbun{
    padding-top:30px;
}
.tokucho_area .honbun .midashi1_blue,
.tokucho_area .honbun .midashi1_orange{
    font-size:1.2em;
    font-weight:bold;

    padding: 0.3em 0;
    margin-bottom:1em;
}
.tokucho_area .honbun .midashi1_blue{
    color: #6ca8f1;
    border-top: solid 3px #6ca8f1;
    border-bottom: solid 3px #6ca8f1;
}
.tokucho_area .honbun .midashi1_orange{
    color: #f4b167;
    border-top: solid 3px #f4b167;
    border-bottom: solid 3px #f4b167;
}

.tokucho_area .honbun .midashi2_blue,
.tokucho_area .honbun .midashi2_orange {
    font-size:1.2em;
    font-weight:bold;
    color: #000;
    padding: 0.3em;
    margin-bottom:1em;
}
.tokucho_area .honbun .midashi2_blue {
    background: #cde3fc;
    border-left: solid 5px #6ca8f1;
}
.tokucho_area .honbun .midashi2_orange {
    background: #fefaf5;
    border-left: solid 5px #f4b167;
}

.tokucho_area .honbun .midashi3_blue,
.tokucho_area .honbun .midashi3_orange{
    font-size:1.2em;
    font-weight:bold;
    padding: 0.3em;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.25);
    margin-bottom:1em;
}

.tokucho_area .honbun .midashi3_blue{
    background: #cde3fc;
}
.tokucho_area .honbun .midashi3_orange {
  background: #fefaf5;
}

.tokucho_area .honbun .underline_yellow {
    background:rgba(0, 0, 0, 0)linear-gradient(transparent 60%, #ffffbc 0%) repeat scroll 0 0;
}

/***************************************
特徴行間クラス
****************************************/
.tokucho_area .honbun .mb5 {
  margin-bottom: 5px !important;
}
.tokucho_area .honbun .mb10 {
  margin-bottom: 10px !important;
}
.tokucho_area .honbun .mb15 {
  margin-bottom: 15px !important;
}
.tokucho_area .honbun .mb20 {
  margin-bottom: 20px !important;
}
.tokucho_area .honbun .mb25 {
  margin-bottom: 25px !important;
}
.tokucho_area .honbun .mb30 {
  margin-bottom: 30px !important;
}
.tokucho_area .honbun .mb35 {
  margin-bottom: 35px !important;
}
.tokucho_area .honbun .mb40 {
  margin-bottom: 40px !important;
}
.tokucho_area .honbun .mb45 {
  margin-bottom: 45px !important;
}
.tokucho_area .honbun .mb50 {
  margin-bottom: 50px !important;
}
.tokucho_area .honbun .mb55 {
  margin-bottom: 55px !important;
}
.tokucho_area .honbun .mb60 {
  margin-bottom: 60px !important;
}
.tokucho_area .honbun .mb65 {
  margin-bottom: 65px !important;
}
.tokucho_area .honbun .mb70 {
  margin-bottom: 70px !important;
}
.tokucho_area .honbun .mb75 {
  margin-bottom: 75px !important;
}
.tokucho_area .honbun .mb80 {
  margin-bottom: 80px !important;
}
.tokucho_area .honbun .mb85 {
  margin-bottom: 85px !important;
}
.tokucho_area .honbun .mb90 {
  margin-bottom: 90px !important;
}
.tokucho_area .honbun .mb95 {
  margin-bottom: 95px !important;
}
.tokucho_area .honbun .mb100 {
  margin-bottom: 100px !important;
}
.tokucho_area .honbun .lh1-0 {
  line-height: 1 !important;
}
.tokucho_area .honbun .lh1-1 {
  line-height: 1.1 !important;
}
.tokucho_area .honbun .lh1-2 {
  line-height: 1.2 !important;
}
.tokucho_area .honbun .lh1-3 {
  line-height: 1.3 !important;
}
.tokucho_area .honbun .lh1-4 {
  line-height: 1.4 !important;
}
.tokucho_area .honbun .lh1-5 {
  line-height: 1.5 !important;
}
.tokucho_area .honbun .lh1-6 {
  line-height: 1.6 !important;
}
.tokucho_area .honbun .lh1-7 {
  line-height: 1.7 !important;
}
.tokucho_area .honbun .lh1-8 {
  line-height: 1.8 !important;
}
.tokucho_area .honbun .lh1-9 {
  line-height: 1.9 !important;
}
.tokucho_area .honbun .lh2-0 {
  line-height: 2 !important;
}
.tokucho_area .honbun .lh2-1 {
  line-height: 2.1 !important;
}
.tokucho_area .honbun .lh2-2 {
  line-height: 2.2 !important;
}
.tokucho_area .honbun .lh2-3 {
  line-height: 2.3 !important;
}
.tokucho_area .honbun .lh2-4 {
  line-height: 2.4 !important;
}
.tokucho_area .honbun .lh2-5 {
  line-height: 2.5 !important;
}
.tokucho_area .honbun .lh2-6 {
  line-height: 2.6 !important;
}
.tokucho_area .honbun .lh2-7 {
  line-height: 2.7 !important;
}
.tokucho_area .honbun .lh2-8 {
  line-height: 2.8 !important;
}
.tokucho_area .honbun .lh2-9 {
  line-height: 2.9 !important;
}


/*************************************/
/*七田式とは！？*/
/*************************************/
.page-template-method .review_area .preview_flex .preview_child .name{
    font-weight:bold;
}
.page-template-method .bold{
    font-weight:bold;
}


@media only screen and (min-width: 769px) {
    .page-template-method .top_text_area{
        width:1100px;
        margin:0 auto;
        margin-bottom:100px;
        
    }
    .page-template-method .top_text_area .top_text{
        font-size:30px;
        color:#024099;
        font-weight:700;
        margin-bottom:50px;
    }

    .page-template-method .top_text_area .top_image{
        margin-bottom:50px;
    }
    .page-template-method section.youtube_area{
        margin-bottom:100px;
        width:100%;
        max-width:700px;
        margin:0 auto 100px;
    }

    .page-template-method section.youtube_area .youtube_wrapper{
        position:relative;
        width:100%;
        padding-top:56.25%;
    }

       /*ボタン*/
    .page-template-method section.youtube_area .mod_inner1{
           width:100% !important;
       }   
   .page-template-method section.youtube_area .mod_bnr_contact{
       margin-bottom:0 !important;
       padding-bottom:0 !important;
       margin:0 auto !important;
   }
   
   .page-template-method section.youtube_area .mod_bnr_contact ul li{
       max-width:360px;
       margin: 0 auto !important;
   }
    
    .page-template-method section.youtube_area .youtube_wrapper iframe{
        position:absolute;
        width:100%;
        height:100%;
        top:0;
        left:0;
    }

    .page-template-method h2{
        font-size:30px;
        font-weight:normal;
        color:#F68502;
        margin-bottom:20px;
    }

    .page-template-method section.common_area{
        width:1100px;
        padding:0 20px;
        margin:0 auto 100px;

    }
    .page-template-method section.common_area .text1{
       margin-bottom:70px;
   }
   .page-template-method section.common_area .pic_area{
       margin-bottom:79px;
   }
   
    /* 手書きエリア */
    .page-template-method section.common_area .flex_wrapper1{
        display:flex;
        width:100%;
        margin-bottom:100px;
        align-items:center;
    }

    .page-template-method section.common_area .text_wrapper{
        margin-bottom:100px;
    }
    
    
    .page-template-method section.common_area .flex_wrapper1 .left_wrapper{
        order:1;
        width:calc( 100% - 440px );
        padding-right:20px;
    }
    .page-template-method section.common_area .flex_wrapper1 .right_wrapper{
        order:2;
        width:420px;
        /*
        background-color:#F00;
        border-radius:50%;
        */
    }

    /* ひよこイメージ */
    
    .page-template-method section.common_area .tokucho_sp{
        display:none;
    }
    .page-template-method section.common_area .tokucho_pc{
        margin:0 auto 30px;
        display:block;
        width:100%;
    }
    
    /*　content_area ｘ育 */
    .page-template-method section.content_area .content_wrapper{
        width:100%;
        max-width:1100px;
        padding:0 20px;
        margin:0 auto 100px;
        display:flex;
        align-items: center;
    }
    
    .page-template-method section.content_area .content_wrapper h3.icon_title{
        width:18%;
        text-align:right;
    }

    .page-template-method section.content_area .content_wrapper h3.icon_title img{
        width:100%;
        max-width:164px;
    }
     
    .page-template-method section.content_area .content_wrapper .text{
        width:82%;
        padding-left:20px;
    }
    
    
    /* レビュー */
    .page-template-method section.review_area{
        max-width:1100px;
        padding:0 20px 50px;
        margin:0 auto ;
    }

    .page-template-method section.review_area .preview_flex{
        display:flex;
        justify-content: flex-start;
        flex-wrap:wrap;
        align-items: stretch;
        width:100%;
    }

    .page-template-method section.review_area .preview_flex .preview_child{
        width:calc( 50% - 10px);
        padding:10px;
        margin-bottom:20px;
        border:solid #8a8a8a 1px;
    }
    .page-template-method section.review_area .preview_flex .preview_child:nth-child(odd){
           margin-right:20px;
    }
}


@media only screen and (max-width: 768px) {
    .page-template-method .top_text_area{
        width:100%;
        max-width:1100px;
        padding:0 10px;
        margin-bottom:100px;
   }

     .page-template-method .top_text_area .top_text{
        font-size:20px;
        color:#024099;
        font-weight:700;
        margin-bottom:50px;
    }

    .page-template-method .top_text_area .top_image{
        margin-bottom:50px;
    }
   
   
   .page-template-method section.youtube_area{
       margin-bottom:100px;
       width:100%;
       max-width:700px;
       margin:0 auto 100px;
       padding-left:10px;
       padding-right:10px;
   }

   .page-template-method section.youtube_area .youtube_wrapper{
       position:relative;
       width:100%;
       padding-top:56.25%;
       margin-bottom:50px;
   }

   .page-template-method section.youtube_area .youtube_wrapper iframe{
       position:absolute;
       width:100%;
       height:100%;
       top:0;
       left:0;
   }

   .page-template-method section.youtube_area .youtube_wrapper iframe{
       
   }
   /*ボタン*/
   .page-template-method section.youtube_area .mod_bnr_contact{
       margin-bottom:0 !important;
       padding-bottom:0 !important;
   }
   
   .page-template-method section.youtube_area .mod_bnr_contact ul li{
       max-width:360px;
       margin: 0 auto !important;
   }
   
   .page-template-method h2{
       font-size:22px;
       font-weight:normal;
       color:#F68502;
       margin-bottom:20px;
   }

   .page-template-method section.common_area{
        width:100%;
        max-width:1100px;
       padding:0 20px;
       margin:0 auto 50px;
   }
   .page-template-method section.common_area .text1{
       margin-bottom:30px;
   }
   .page-template-method section.common_area .pic_area{
       margin-bottom:30px;
   }
   
   .page-template-method section.common_area .flex_wrapper1{
       display:flex;
       flex-wrap:wrap;
       width:100%;
       margin-bottom:50px;
   }

   .page-template-method section.common_area .text_wrapper{
       margin-bottom:50px;
   }
      
   /*手書き SP*/
   .page-template-method section.common_area .flex_wrapper1 .left_wrapper{
       width: 100%;
       padding-right:0;
       margin-bottom:30px;
   }
   /*手書き SP*/
   .page-template-method section.common_area .flex_wrapper1 .right_wrapper{
       width:100%;
       text-align:center;
       margin-bottom:20px;
       /*padding-top:50px*/
   }
   .page-template-method section.common_area .flex_wrapper1 .right_wrapper img{
       width:100%;
       max-width:500px;
   }
   
      /* ひよこイメージ SP */
    
    .page-template-method section.common_area .tokucho_sp{
        margin:0 auto;
        display:block;
        width:100%;
        max-width:500px;
    }
    .page-template-method section.common_area .tokucho_pc{
        
        display:none !important;
        
    }
    
   /*　ｘ育 */
   .page-template-method section.content_area .content_wrapper{
        width:100%;
        max-width:1100px;
        padding:0 20px;
        margin:0 auto 100px;
        display:block;
        align-items: center;
    }
    
    .page-template-method section.content_area .content_wrapper h3.icon_title{
        width:100%;
        text-align:center;
        margin-bottom:10px;
    }

    .page-template-method section.content_area .content_wrapper h3.icon_title img{
        width:100%;
        max-width:150px;
    }
     
    .page-template-method section.content_area .content_wrapper .text{
        width:100%;
        padding-left:0;
    }
   
   
   
   /* レビュー */
   .page-template-method section.review_area{
       width:100%;
       max-width:1100px;
       padding:0 20px 50px;
       margin:0 auto ;
   }

   .page-template-method section.review_area .preview_flex{
       display:block;
       /*justify-content: flex-start;
       flex-wrap:wrap;
       align-items: stretch;
       */
       width:100%;
   }

   .page-template-method section.review_area .preview_flex .preview_child{
       width:100%;
       padding:10px;
       margin-bottom:30px;
       border:solid #8a8a8a 1px;
   }
   .page-template-method section.review_area .preview_flex .preview_child:nth-child(odd){
       margin-right:0;
    }   
}