@charset "utf-8";

#mable img {
  width: auto;
  max-width: 100%;
  height: auto;
}
#mable .list > li {
  position: relative;
  padding-left: 1.3em;
}
#mable .list.custom_2 > li {
  padding-left: 2.3em;
}
#mable .list.custom_3 > li {
  padding-left: 3.3em;
}
#mable .list > li + li {
  margin-top: .2em;
}
#mable .list > li::before,
#mable .list > li > .num {
  position: absolute;
  top: 0;
  left: 0;
}
#mable .list.kome > li::before {
  content: "※";
}
#mable .list.smldot > li::before {
  content: "・";
}
#mable .list.square > li::before {
  content: "■";
  color: #1A81DF;
}
#mable .list.inline,
#mable .list.inline > li {
  display: inline-block;
}
#mable .txt_right .list.inline > li {
  text-align: left;
}
#mable .txt_right .list.inline > li > .num {
  color: #0067B5;
}
#mable .fs_xsmall {font-size: 80%;}
#mable .fs_small {font-size: 90%;}
#mable .fs_large {font-size: 120%;}
#mable .fs_xlarge {font-size: 140%;}
#mable .em {font-weight: bold;}
#mable .underline {text-decoration: underline;}
#mable .txt_right {text-align: right;}
#mable .txt_center {text-align: center;}
#mable .red {color: #f00;}
#mable .blue {color: #2A4093;}
#mable header {
  padding: 20px 0;
}
#mable header .h_logo img {
  width: 20%;
  max-width: 112px;
}
#mable article {
  font-size: 16px;
  line-height: 1.6;
}
#mable article a {
  color: #0067B5;
  text-decoration: underline;
}
#mable section {
  padding: 60px 0 100px;
}
#mable #info {
  background: #D3EDFB;
}
#mable #tokuten {
  background: #FFFCD1;
}
#mable #entry {
  background: #fff;
}
#mable #faq {
  background: #F2F2F2;
}
#mable #contact {
  border-bottom: 10px solid #F2F2F2;
}
#mable .container > * + * {
  margin-top: 20px;
}
#mable .main_img {
  background: #B2E2F7;
  text-align: center;
  line-height: 1;
  padding: 50px 3% 30px;
}
#mable .gaiyo {
  padding: 30px 3% 100px;
  text-align: center;
  background: #B2E2F7;
}
#mable .gaiyo_catch {
  margin: 0 auto 20px;
}
#mable .gaiyo_copy {
  width: 100%;
  max-width: 1024px;
  margin: auto;
}
#mable .gaiyo_copy img {
  display: inline-block;
  height: 30px;
  margin-top: 5px;
  margin-bottom: 5px;
}
#mable .gaiyo_copy img + img {
  margin-left: 5px;
}
#mable .gaiyo .l_row {
  margin: 25px auto 0;
}
#mable .gaiyo .l_row > *:first-child,
#mable .gaiyo .l_row > *:last-child {
  background: #fff;
	border: 4px solid #82C0EE;
  border-radius: 15px;
  padding: 15px;
}
#mable .gaiyo .l_row > *:last-child {
  border-color: #8DC1E6;
}
#mable .gaiyo_att {
  margin-top: 30px;
}
#mable .gaiyo_att > .container {
  text-align: left;
}
#mable .stit {
  background: #1A81DF;
  border-width: 10px;
  border-style: solid;
  border-radius: 20px;
  color: #fff;
  text-align: center;
  line-height: 1;
  width: 60%;
  max-width: 360px;
  padding: 25px 0 27px;
  margin: -100px auto 30px;
  position: relative;
}
#mable #tokuten .leadcopy {
  text-align: center;
  margin: 35px auto 30px;
}
#mable #tokuten .leadcopy img {
  display: inline-block;
  height: 34px;
}
#mable #tokuten .leadcopy img:nth-of-type(2) {
  margin-left: 5px;
}
#mable #tokuten .leadcopy img:nth-of-type(3) {
  margin-top: 10px;
}
#mable #info .stit {
  border-color: #D3EDFB;
}
#mable #tokuten .stit {
  border-color: #FFFCD1;
}
#mable #entry .stit {
  border-color: #fff;
}
#mable #faq .stit {
  border-color: #F2F2F2;
}
#mable #contact .stit {
  border-color: #fff;
}
#mable .stit::after {
  content: "";
  width: 0;
  height: 0;
  margin: auto;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 20px solid transparent;
  border-top: 20px solid #1A81DF;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -40px;
}
#mable .bg_box {
  background: #fff;
  border-radius: 10px;
  padding: 40px;
}
#mable .b_box {
  background: #fff;
  border: 6px solid #2A4093;
  padding: 30px;
}
#mable .b_box > .l_row + .l_row {
  margin-top: 10px;
}
#mable .b_box > .l_row > *:nth-child(1) {
  text-align: center;
}
#mable .b_copy {
  border: 1px solid #999;
  text-align: center;
  font-size: 90%;
  margin-top: 10px;
}
#mable .l_row.course_o > div > * + *,
#mable .l_row.course_g > div > * + * {
  margin-top: 15px;
}
#mable .course {
  overflow: hidden;
}
#mable .course > li {
  width: 48%;
}
#mable .course > li:nth-child(odd) {
  clear: both;
  float: left;
}
#mable .course > li:nth-child(even) {
  float: right;
}
#mable .course > li:nth-child(n+3) {
  margin-top: 15px;
}
#mable .b_box h4 {
  margin-bottom: 10px;
}
#mable .b_box .course_g h4 {
  margin-bottom: 5px;
}
#mable .course._01 > li {
  font-size: 110%;
  font-weight: bold;
  position: relative;
  padding-left: 1em;
  width: 45%;
}
#mable .course._01 > li::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}
#mable .course._01 > li:nth-child(even) {
  width: 51%;
}
#mable .course._01 > li:nth-child(n+3) {
  margin-top: 0;
}
#mable .course._02 > li:nth-child(3) {
	clear: left;
	margin-left: 0;
}
#mable .course._02 > li:nth-child(n+3) {
	margin-top: 15px;
}
#mable .l_row.course_g > div > .gzplan_tit {
	display: flex;
	flex-flow: row nowrap;
	justify-content: flex-start;
	align-items: center;
}
#mable .l_row.course_g > div > .gzplan_tit .gzplan {
  width: 60%;
  max-width: 246px;
  margin: 0 15px 0 0;
}
#mable .b_box2 {
  background: #E70012;
  padding: 30px;
  text-align: center;
  position: relative;
}
#mable .b_box2 > div {
  padding: 10px 20px;
  background: #FAC992;
  text-align: left;
  margin-top: 20px;
}
#mable .b_box2 > div .fs_large {
  line-height: 1.2;
}
#mable .b_box2 > div .fs_xlarge {
  line-height: 1;
}
#mable .b_box2 .icon {
  position: absolute;
  top: -10px;
  right: -10px;
  width: 27%;
  max-width: 160px;
}
#mable .l_row_wrap > .l_row > div {
  border: 1px solid #888;
  border-radius: 10px;
  text-align: center;
  background: #fff;
}
#mable .l_row_wrap > .l_row > div:nth-child(2) {
  position: relative;
}
#mable .l_row_wrap > .l_row > div:nth-child(2)::before {
  content: "";
  background: url("../images/i_plus.png") no-repeat 0 0 / 100% auto;
  width: 50px;
  height: 50px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -65px;
}
#mable .l_row_wrap > .l_row > div .tit {
  color: #fff;
  background: #009FE8;
  border-radius: 8px 8px 0 0;
  font-size: 110%;
  font-weight: bold;
  padding: 5px;
}
#mable .l_row_wrap > .l_row > div:nth-child(2) .tit {
  background: #888;
}
#mable .l_row_wrap > .l_row > div .tit img {
  width: 50%;
  max-width: 200px;
}
#mable .l_row_wrap > .l_row > div > div {
  padding: 20px;
}
#mable .exam_flow {
  margin-top: 0;
}
#mable .exam_flow_graf {
  text-align: center;
  margin-top: 50px;
  padding-bottom: 30px;
  position: relative;
}
#mable .exam_flow_graf::before {
  content: "";
  width: 0;
  height: 0;
  margin: auto;
  border: 40px solid transparent;
  border-top-color: #ED9200;
  position: absolute;
  left: 0;
  right: 0;
  top: -55px;
}
#mable .exam_flow_graf .copy {
  margin-bottom: 30px;
}
#mable .gzplan {
  text-align: center;
  margin-top: 40px;
  font-size: 120%;
  line-height: 1.4;
}
#mable .gzplan > a {
  display: block;
  width: 100%;
  max-width: 600px;
  margin: 20px auto 0;
  padding: 35px 30px 30px;
  border-radius: 15px;
  background: #fff;
  color: #00A7EA;
  text-decoration: none;
  font-weight: bold;
}
#mable .gzplan > a img {
  width: 90%;
  max-width: 400px;
  margin-bottom: 20px;
}
#mable .bnr_box {
  text-align: center;
}
#mable .bnr_box > a {
  display: inline-block;
  border: 1px solid #0067B5;
  width: 48%;
  max-width: 480px;
  margin: 0 auto 10px;
  text-decoration: none;
	transition: .5s;
}
#mable .bnr_box > a:hover {
	background: #D3EDFB;
	opacity: .7;
}
#mable .bnr_box > a:nth-child(2):hover {
	background: #FFFCD1;
}
#mable .bnr_box > a + a {
  margin-left: 20px;
}
#mable .bnr_box > a > span {
  display: block;
  font-weight: bold;
}
#mable .bnr_box > a > ._stit {
  background: #009FE8;
  color: #fff;
  font-size: 110%;
  line-height: 1;
  padding: .5em;
}
#mable .bnr_box > a > ._area {
	color: #000;
	font-size: 300%;
	letter-spacing: .1em;
	padding-top: .2em;
}
#mable .bnr_box > a > ._sub {
	color: #000;
	padding-bottom: 1em;
}
#mable .coming {
  position: relative;
}
#mable .coming::after {
  content: "";
  display: block;
  width: 100%;
  max-width: 720px;
  height: 18em;
  background: rgba(200,200,200,.7);
  position: absolute;
  top: -10px;
  left: 0;
  right: 0;
  margin: auto;
}
#mable .coming_text {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 10em;
  height: 3em;
  font-size: 200%;
  font-weight: bold;
  text-align: center;
  margin: auto;
  z-index: 10;
}
#mable .qa_box {
  background: #fff;
  border-radius: 10px;
  padding: 40px;
}
#mable .qa_box .trigger {
  position: relative;
  font-size: 120%;
  padding: .5em 0 .5em 3em;
  cursor: pointer;
}
#mable .qa_box * + .trigger {
  border-top: 2px dotted #80B3DA;
}
#mable .qa_box .trigger > span {
  position: absolute;
  top: .5em;
  left: 0;
  width: 2em;
  text-align: center;
  color: #1A81DF;
  font-weight: bold;
}
#mable .qa_box .trigger + div {
  display: none;
  background: #D9F1FC;
  padding: 20px;
  margin-bottom: 20px;
}
#mable .qa_box .trigger + div > * + * {
  margin-top: .5em;
}
#mable #contact {
  text-align: center;
}
#mable #contact .list.square {
  display: inline-block;
  text-align: left;
}
#mable #contact .list.square > li {
  padding-left: 1.8em;
}
#mable #contact .list.square > li::before {
  font-size: 120%;
}
#mable #contact .list.square h5 {
  font-size: 120%;
  font-weight: bold;
  margin-bottom: .5em;
}
#mable #contact .list.square > li + li {
  margin-top: 30px;
}
#mable .b_box3 {
  background: #E5F5FD;
  border: 2px solid #009FE8;
  border-radius: 10px;
  padding: 25px 30px 18px;
  text-align: center;
}
#mable .b_box3.dojocco {
  background: #FEF4E5;
  border-color: #F29600;
}
#mable .call_tit img {
  max-width: 108px;
}
#mable .dojocco .call_tit img {
  max-width: 146px;
}
#mable .tel > a {
  display: none;
}
#mable .freedial  {
  margin-top: 10px;
}
#mable .call_energia {
  width: 140px;
}
#mable .bb_box {
  text-align: center;
  padding: 60px 0;
}
#mable footer {
  padding-top: 80px;
}
#mable footer .fnav .ac_link img {
  width: 85px;
  max-width: none;
}
#mable footer .copy #f_logo img {
  width: 107px;
  max-width: none;
}
.att_box {
	color: #f00;
	font-weight: bold;
}
.att_boxtit {
	font-weight: bold;
}
.table_d {
	width: 100%;
	table-layout: auto;
}
.table_d tr > * {
	border: 1px solid #ccc;
	padding: .25em .5em;
	vertical-align: middle;
	background: #fff;
	font-weight: bold;
}
.table_d tr > th {
	white-space: nowrap;
	background: #D3EDFB;
	line-height: 1.4;
	text-align: center;
}
.table_d tr.yasuki > th {
	background: #FFFCD1;
}
#mable #attention {
  background: #D3EDFB;
}
#mable #attention .stit {
  border-color: #D3EDFB;
}



/* ---------------------------------------------
  for Smartphone Style
--------------------------------------------- */
@media only screen and (max-width: 768px) {
  #mable header {
    padding: 10px 0;
  }
  #mable article {
    font-size: 14px;
  }
  #mable section {
    padding: 30px 0 60px;
  }
  #mable #contact {
    border-bottom-width: 5px;
  }
  #mable .container > * + * {
    margin-top: 15px;
  }
  #mable .l_row > * + * {
    margin-top: 15px;
  }
  #mable .main_img {
    padding: 15px 4%;
  }
  #mable .main_img .l_row > * + * {
    margin-top: 10px;
  }
  #mable .main_img .main_logo img {
    width: 40%;
    max-width: 440px;
  }
  #mable .main_img .main_logo_h img {
    width: 90%;
    max-width: 620px;
  }
  #mable .gaiyo {
    padding: 15px 4% 60px;
  }
  #mable .gaiyo_catch {
    max-width: 660px;
    margin-bottom: 10px;
  }
  #mable .gaiyo_copy img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: none;
    height: auto;
  }
  #mable .gaiyo_copy img:nth-of-type(1) {
    width: 58.1%;
  }
  #mable .gaiyo_copy img:nth-of-type(2) {
    width: 100%;
  }
  #mable .gaiyo_copy img:nth-of-type(3) {
    width: 67%;
  }
  #mable .gaiyo_copy img:nth-of-type(4) {
    width: 60.4%;
  }
  #mable .gaiyo_copy img + img {
    margin-left: auto;
    margin-top: .5em;
  }
  #mable .gaiyo .l_row {
    margin-top: 15px;
  }
  #mable .gaiyo .l_row > * + * {
    margin-top: 10px;
  }
  #mable .gaiyo .l_row > *:first-child,
  #mable .gaiyo .l_row > *:last-child {
    border-width: 2px;
    border-radius: 10px;
  }
  #mable .gaiyo .l_row > *:nth-child(2) {
    width: 10%;
    max-width: 54px;
    margin-left: auto;
    margin-right: auto;
  }
  #mable .gaiyo_att {
    margin-top: 20px;
    text-align: left;
  }
  #mable .gaiyo_att > .container {
    margin-left: 0;
    margin-right: 0;
  }
  #mable .stit {
    border-width: 5px;
    border-radius: 10px;
    font-size: 120%;
    padding: 15px 0 17px;
    margin: -55px auto 20px;
  }
  #mable .stit img {
    width: auto;
    height: 18px;
  }
  #mable .stit::after {
    border-width: 10px;
    bottom: -20px;
  }
  #mable #tokuten .leadcopy {
    margin: 20px auto 15px;
  }
  #mable #tokuten .leadcopy img {
    display: block;
    height: auto;
  }
  #mable #tokuten .leadcopy img:nth-of-type(1) {
    width: 80%;
    margin: 0 auto;
  }
  #mable #tokuten .leadcopy img:nth-of-type(2) {
    width: 63.5%;
    margin: .5em auto;
  }
  #mable #tokuten .leadcopy img:nth-of-type(3) {
    width: 82%;
    margin: 0 auto;
  }
  #mable .bg_box {
    padding: 20px 4%;
  }
  #mable .b_box {
    border-width: 3px;
    padding: 20px 4%;
  }
  #mable .b_box > .l_row + .l_row {
    margin-top: 30px;
  }
  #mable .b_box > .l_row > *:nth-child(1) img {
    width: 40%;
    max-width: 190px;
  }
  #mable .b_box > .l_row._mable > *:nth-child(1) img {
    width: 70%;
    max-width: 300px;
  }
	#mable .b_box > .l_row._mable h4 {
		text-align: center;
	}
  #mable .l_row.course_o > * + * {
    margin-top: 25px;
  }
  #mable .b_box2 {
    background-size: 10px 10px;
    padding: 15px;
  }
  #mable .b_box2 > div {
    padding: 10px 3%;
    margin-top: 10px;
  }
  #mable .l_row_wrap > .l_row > div:nth-child(2) {
    margin-top: 50px;
  }
  #mable .l_row_wrap > .l_row > div:nth-child(2)::before {
    width: 30px;
    height: 30px;
    top: -40px;
    bottom: auto;
    left: 0;
    right: 0;
  }
  #mable .l_row_wrap > .l_row > div > div {
    padding: 15px 3%;
  }
  #mable .l_row_wrap > .l_row > div .price img {
    max-width: 286px;
  }
  #mable .exam_flow_graf {
    margin-top: 55px;
    padding-bottom: 10px;
  }
  #mable .exam_flow_graf::before {
    border-width: 30px;
    top: -40px;
  }
  #mable .exam_flow_graf .copy {
    width: 80%;
    margin: 0 auto 15px;
  }
  #mable .gzplan {
    margin-top: 20px;
    font-size: 110%;
  }
  #mable .gzplan > a {
    padding: 20px 15px 15px;
    border-radius: 10px;
    margin-top: 10px;
  }
  #mable .gzplan > a img {
    margin-bottom: 10px;
  }
  #mable .bnr_box > a {
    display: block;
    width: 100%;
    max-width: 480px;
    margin: 0 auto 10px;
    text-decoration: none;
  }
  #mable .bnr_box > a + a {
    margin-left: auto;
    margin-top: 20px;
  }
  #mable .bnr_box > a > ._stit {
    font-size: 100%;
  }
  #mable .coming .bnr_box {
    width: 94%;
    margin-left: auto;
    margin-right: auto;
  }
  #mable .coming_text {
    font-size: 180%;
    margin: auto;
  }
  #mable .qa_box {
    padding: 20px 4%;
  }
  #mable .qa_box .trigger {
    font-size: 110%;
  }
  #mable .qa_box .trigger + div {
    padding: 15px 3%;
    margin-bottom: 15px;
  }
  #mable #contact .list.square > li {
    padding-left: 1.6em;
  }
  #mable #contact .list.square > li::before {
    font-size: 110%;
  }
  #mable #contact .list.square h5 {
    font-size: 110%;
  }
  #mable #contact .list.square > li + li {
    margin-top: 20px;
  }
  #mable .b_box3 {
    padding: 20px 10% 15px;
    text-align: center;
  }
  #mable .call_tit {
    margin: 0 auto;
  }
  #mable .call_tit img {
    width: 100%;
  }
  #mable .call_tit {
    width: 35%;
  }
  #mable .dojocco .call_tit {
    width: 45%;
  }
  #mable .tel {
    position: relative;
  }
  #mable .tel > a {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  #mable .call_energia {
    width: 30%;
    max-width: 120px;
  }
  #mable .l_row > .call_energia + * {
    margin-top: 10px;
  }
  #mable .bb_box {
    padding: 30px 0;
  }
  #mable footer {
    padding-top: 40px;
  }
  #mable footer .copy #f_logo img {
    width: 87px;
  }
	#mable .l_row.course_g > div > .gzplan_tit {
		flex-direction: column;
	}
	#mable .l_row.course_g > div > .gzplan_tit .gzplan {
		margin: 0 0 10px;
	}
  
}

/* ---------------------------------------------
  for Tablet & PC Style
--------------------------------------------- */
@media only screen and (min-width: 769px) {  
  #mable article a:hover {
    color: #00A0EA;
    text-decoration: none;
  }
  #mable article a img {
    transition: .5s;
  }
  #mable article a:hover img {
    opacity: .7;
  }
  #mable .l_row {
    display: table;
    width: 100%;
    table-layout: fixed;
  }
  #mable .l_row > * {
    display: table-cell;
    vertical-align: top;
  }
  #mable .main_img > .l_row {
    width: 94%;
    max-width: 1024px;
    margin: auto;
  }
  #mable .main_img .l_row > * {
    vertical-align: middle;
  }
  #mable .main_img .main_logo {
    width: 30%;
  }
  #mable .main_img .main_logo_h {
    width: 70%;
    padding-left: 20px;
  }
  #mable .gaiyo .l_row {
    width: 94%;
    max-width: 1024px;
  }
  #mable .gaiyo .l_row > * {
    vertical-align: middle;
  }
  #mable .gaiyo .l_row > *:first-child,
  #mable .gaiyo .l_row > *:last-child {
    width: 45%;
  }
  #mable .b_box > .l_row > * {
    vertical-align: middle;
  }
  #mable .b_box > .l_row > *:nth-child(1) {
    width: 25%;
    padding: 0 6% 0 2%;
  }
  #mable .b_box > .l_row._mable > *:nth-child(1) {
    width: 25%;
    padding: 0 2% 0 0;
  }
  #mable .b_box > .l_row > *:nth-child(2) {
    width: 75%;
  }
  #mable .l_row.course_o > *:nth-child(1) {
    padding-right: 10px;
  }
  #mable .l_row.course_o > *:nth-child(2) {
    padding-left: 10px;
  }
  #mable .course > li {
    width: 24%;
    float: left;
  }
  #mable .course > li:nth-child(odd) {
    clear: none;
  }
  #mable .course > li:nth-child(even) {
    float: left;
  }
  #mable .course > li:nth-child(n+3) {
    margin-top: 0;
  }
  #mable .course > li:nth-child(n+2) {
    margin-left: 1.3%;
  }
  #mable .course._01 > li:nth-child(1) {
    width: 20%;
  }
  #mable .course._01 > li:nth-child(2) {
    width: 30%;
  }
  #mable .course._01 > li:nth-child(3) {
    width: 25%;
  }
  #mable .course._01 > li:nth-child(4) {
    width: 20%;
  }
  #mable .l_row_wrap {
    margin-left: -80px;
    margin-right: -80px;
  }
  #mable .l_row_wrap > .l_row {
    border-spacing: 80px 30px;
  }
  #mable #tokuten .underline.em {
    text-align: center;
    font-size: 120%;
  }
  #mable #contact .l_row {
    width: auto;
    table-layout: auto;
    margin: auto;
  }
  #mable .b_box3 .l_row {
    border-spacing: 20px 0;
  }
  #mable #contact .l_row.mt05 {
    margin-left: 0;
  }
  #mable .b_box3 .l_row > * {
    vertical-align: bottom;
  }
  #mable .b_box3.dojocco .l_row > .tel {
    vertical-align: top;
  }
  #mable .l_row > .call_energia + * {
    padding-left: 30px;
  }
  #mable .freedial > * {
    display: inline-block;
    vertical-align: middle;
  }
  #mable .freedial > * + * {
    margin-left: 10px;
  }
  
  
}