@charset "utf-8";

#ncn img {
  width: auto;
  max-width: 100%;
  height: auto;
}
#ncn .list > li {
  position: relative;
  padding-left: 1.3em;
}
#ncn .list.custom_2 > li {
  padding-left: 2.3em;
}
#ncn .list.custom_3 > li {
  padding-left: 3.3em;
}
#ncn .list > li + li {
  margin-top: .2em;
}
#ncn .list > li::before,
#ncn .list > li > .num {
  position: absolute;
  top: 0;
  left: 0;
}
#ncn .list.kome > li::before {
  content: "※";
}
#ncn .list.square > li::before {
  content: "■";
  color: #0068B7;
}
#ncn .list.inline,
#ncn .list.inline > li {
  display: inline-block;
}
#ncn .txt_right .list.inline > li {
  text-align: left;
}
#ncn .txt_right .list.inline > li > .num {
  color: #0067B5;
}
#ncn .fs_xsmall {font-size: 80%;}
#ncn .fs_small {font-size: 90%;}
#ncn .fs_large {font-size: 120%;}
#ncn .fs_xlarge {font-size: 140%;}
#ncn .em {font-weight: bold;}
#ncn .underline {text-decoration: underline;}
#ncn .txt_right {text-align: right;}
#ncn .txt_center {text-align: center;}
#ncn .red {color: #f00;}
#ncn .blue {color: #2A4093;}
#ncn header {
  padding: 20px 0;
}
#ncn header .h_logo img {
  width: 20%;
  max-width: 112px;
}
#ncn article {
  font-size: 16px;
  line-height: 1.6;
}
#ncn article a {
  color: #0067B5;
  text-decoration: underline;
}
#ncn section {
  padding: 60px 0 100px;
}
#ncn #info {
  background: #D3E6F6;
}
#ncn #tokuten {
  background: #FFFCD1;
}
#ncn #entry {
  background: #fff;
}
#ncn #faq {
  background: #F2F2F2;
}
#ncn #contact {
  border-bottom: 10px solid #F2F2F2;
}
#ncn .container > * + * {
  margin-top: 20px;
}
#ncn .main_bg {
  background: url("../images/bg_main.png") repeat-y 0 0 / 100% 40px;
}
#ncn .main_img {
  text-align: center;
  line-height: 1;
  padding: 50px 3% 30px;
}
#ncn .gaiyo {
  padding: 0 3% 100px;
  text-align: center;
}
#ncn .gaiyo_catch {
  margin: 0 auto 20px;
  width: 100%;
  max-width: 768px;
}
#ncn .gaiyo_copy {
  width: 100%;
  max-width: 1024px;
  margin: auto;
}
#ncn .gaiyo_copy img {
  display: inline-block;
  height: 33px;
  margin-top: 5px;
  margin-bottom: 5px;
}
#ncn .gaiyo_copy img + img {
  margin-left: 5px;
}
#ncn .gaiyo .l_row {
  margin: 25px auto 0;
}
#ncn .gaiyo .l_row > *:first-child,
#ncn .gaiyo .l_row > *:last-child {
  background: #fff;
  border-radius: 15px;
  padding: 15px;
}
#ncn .gaiyo_att {
  margin-top: 30px;
}
#ncn .gaiyo_att > .container {
  text-align: left;
}
#ncn .stit {
  background: #0068B7;
  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;
}
#ncn #tokuten .leadcopy {
  text-align: center;
  margin: 35px auto 30px;
}
#ncn #tokuten .leadcopy img {
  display: inline-block;
  height: 34px;
}
#ncn #tokuten .leadcopy img:nth-of-type(2) {
  margin-left: 5px;
}
#ncn #tokuten .leadcopy img:nth-of-type(3) {
  margin-top: 10px;
}
#ncn #info .stit {
  border-color: #D3E6F6;
}
#ncn #tokuten .stit {
  border-color: #FFFCD1;
}
#ncn #entry .stit {
  border-color: #fff;
}
#ncn #faq .stit {
  border-color: #F2F2F2;
}
#ncn #contact .stit {
  border-color: #fff;
}
#ncn .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 #0068B7;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -40px;
}
#ncn .bg_box {
  background: #fff;
  border-radius: 10px;
  padding: 40px;
}
#ncn .b_box {
  background: #fff;
  border: 6px solid #428BCA;
  padding: 30px;
}
#ncn .b_box > .l_row + .l_row {
  margin-top: 10px;
}
#ncn .b_box > .l_row > *:nth-child(1) {
  text-align: center;
}
#ncn .b_copy {
  border: 1px solid #999;
  text-align: center;
  font-size: 90%;
  margin-top: 10px;
}
#ncn .l_row.course_o > div > * + *,
#ncn .l_row.course_g > div > * + * {
  margin-top: 15px;
}
#ncn .course {
  overflow: hidden;
}
#ncn .course > li {
  width: 48%;
}
#ncn .course > li:nth-child(odd) {
  clear: both;
  float: left;
}
#ncn .course > li:nth-child(even) {
  float: right;
}
#ncn .course > li:nth-child(n+3) {
  margin-top: 15px;
}
#ncn .b_box h4 {
  margin-bottom: 10px;
}
#ncn .b_box .course_g h4 {
  margin-bottom: 5px;
}
#ncn .course._01 {
  display: inline-block;
  vertical-align: middle;
}
#ncn .course._01 > li {
  float: none;
  width: auto;
  font-size: 120%;
  font-weight: bold;
  position: relative;
  padding-left: 1em;
  color: #0068B7;
}
#ncn .course._01 > li::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}
#ncn .course._01 + p {
  display: inline-block;
  vertical-align: middle;
}
#ncn .course._02 > li:nth-child(3) {
	clear: left;
	margin-left: 0;
}
#ncn .course._02 > li:nth-child(n+3) {
	margin-top: 15px;
}
#ncn .l_row.course_g > div > .gzplan_tit {
	display: flex;
	flex-flow: row nowrap;
	justify-content: flex-start;
	align-items: center;
}
#ncn .l_row.course_g > div > .gzplan_tit .gzplan {
  width: 60%;
  max-width: 246px;
  margin: 0 15px 0 0;
}
#ncn .b_box2 {
  background: #E70012;
  padding: 30px;
  text-align: center;
  position: relative;
}
#ncn .b_box2 > div {
  padding: 10px 20px;
  background: #FAC992;
  text-align: left;
  margin-top: 20px;
}
#ncn .b_box2 > div .fs_large {
  line-height: 1.2;
}
#ncn .b_box2 > div .fs_xlarge {
  line-height: 1;
}
#ncn .b_box2 .icon {
  position: absolute;
  top: -10px;
  right: -10px;
  width: 27%;
  max-width: 160px;
}
#ncn .l_row_wrap > .l_row > div {
  border: 1px solid #888;
  border-radius: 10px;
  text-align: center;
  background: #fff;
}
#ncn .l_row_wrap > .l_row > div:nth-child(2) {
  position: relative;
}
#ncn .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;
}
#ncn .l_row_wrap > .l_row > div .tit {
  color: #fff;
  background: #428BCA;
  border-radius: 8px 8px 0 0;
  font-size: 110%;
  font-weight: bold;
  padding: 5px;
}
#ncn .l_row_wrap > .l_row > div:nth-child(2) .tit {
  background: #888;
}
#ncn .l_row_wrap > .l_row > div .tit img {
  width: 60%;
  max-width: 230px;
}
#ncn .l_row_wrap > .l_row > div > div {
  padding: 20px;
}
#ncn .l_row_wrap > .l_row > div .price + p {
  margin-top: .3em;
}
#ncn .exam_flow {
  margin-top: 0;
}
#ncn .exam_flow_graf {
  text-align: center;
  margin-top: 50px;
  padding-bottom: 30px;
  position: relative;
}
#ncn .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;
}
#ncn .exam_flow_graf .copy {
  margin-bottom: 30px;
}
#ncn .gzplan {
  margin-top: 40px;
  line-height: 1.4;
}
#ncn .gzplan > a {
  display: block;
  width: 100%;
  max-width: 432px;
  margin: 20px auto 0;
}
#ncn .btn_copy {
  font-size: 120%;
  text-align: center;
}
#ncn .bnr_box {
  text-align: center;
}
#ncn .bnr_box > a {
  display: block;
  border: 1px solid #428BCA;
  width: 48%;
  max-width: 480px;
  margin: 0 auto 10px;
  text-decoration: none;
}
#ncn .bnr_box > a > span {
  display: block;
  background: #428BCA;
  color: #fff;
  font-size: 110%;
  font-weight: bold;
  line-height: 1;
  padding: .5em;
}
#ncn .container > .btn_bb {
  display: block;
  width: 100%;
  max-width: 432px;
  margin: 5px auto;
}
#ncn .coming {
  position: relative;
}
#ncn .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;
}
#ncn .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;
}
#ncn .qa_box {
  background: #fff;
  border-radius: 10px;
  padding: 40px;
}
#ncn .qa_box .trigger {
  position: relative;
  font-size: 120%;
  padding: .5em 0 .5em 3em;
  cursor: pointer;
}
#ncn .qa_box * + .trigger {
  border-top: 2px dotted #80B3DA;
}
#ncn .qa_box .trigger > span {
  position: absolute;
  top: .5em;
  left: 0;
  width: 2em;
  text-align: center;
  color: #0068B7;
  font-weight: bold;
}
#ncn .qa_box .trigger + div {
  display: none;
  background: #FFFCDF;
  padding: 20px;
  margin-bottom: 20px;
}
#ncn .qa_box .trigger + div > * + * {
  margin-top: .5em;
}
#ncn #contact {
  text-align: center;
}
#ncn #contact .list.square {
  display: inline-block;
  text-align: left;
}
#ncn #contact .list.square > li {
  padding-left: 1.8em;
}
#ncn #contact .list.square > li::before {
  font-size: 120%;
}
#ncn #contact .list.square h5 {
  font-size: 120%;
  font-weight: bold;
  margin-bottom: .5em;
}
#ncn #contact .list.square > li + li {
  margin-top: 30px;
}
#ncn .b_box3 {
  background: #E5F5FD;
  border: 2px solid #0068B7;
  border-radius: 10px;
  padding: 20px 30px;
  text-align: center;
}
#ncn .tel > a {
  display: none;
}
#ncn .tel_att,
#ncn .tel_att + .list {
  display: inline-block;
  font-size: 90%;
  margin-top: 15px;
}
#ncn .tel_att {
  margin-right: 1em;
}
#ncn .freedial  {
  margin-top: 10px;
}
#ncn .call_energia {
  width: 140px;
}
#ncn .bb_box {
  text-align: center;
  padding: 60px 0;
}
#ncn footer {
  padding-top: 80px;
}
#ncn footer .fnav .ac_link img {
  width: 85px;
  max-width: none;
}
#ncn footer .copy #f_logo img {
  width: 107px;
  max-width: none;
}
.att_box {
	color: #f00;
	font-weight: bold;
}
.att_boxtit {
	font-weight: bold;
}
#ncn #attention {
  background: #D3E6F6;
}
#ncn #attention .stit {
  border-color: #D3E6F6;
}



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

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