@charset "utf-8";
@media screen and (min-width: 769px) {
/*---------------------------------------------------------------------------*/
  .contents {
    width: 100%;
    min-width: 1000px;
  }
  .contents .contents_area {
    position: relative;
    width: 100%;
  }
  .contents .contents_inner {
    margin: 0 auto;
    width: 1000px;
  }

  /*---------------------------------------------------------------------------*/
  .breadcrumb_area {
    background: #00b2ee;
    min-width: 1000px;
    width: 100%;
  }
  .breadcrumb_area .breadcrumb_list {
    font-size: 0;
  }
  .breadcrumb_area .breadcrumb_list li {
    color: #ffffff;
    display: inline-block;
    font-size: 13px;
    padding: 15px 0 15px 5px;
    vertical-align: middle;
  }
  .breadcrumb_area .breadcrumb_list li a {
    color: #ffffff;
  }
  .breadcrumb_area .breadcrumb_list li span {
    padding: 0 10px 0 15px;
  }

  /*common----------------------------------------*/
  section.course,
  section.level,
  section.voice {
    padding: 57px 0;
  }
  .inner {
    margin: 0 auto;
    width: 1000px;
  }
  .gist_ttl {
    position: relative;
    height: 58px;
    line-height: 58px;
    vertical-align: middle;
    text-align: center;
    padding: 0 40px;
    font-size: 28px;
    font-weight: bold;
    background-color: #46aa15;
    color: #FFF;
    box-sizing: border-box;
  }
  .gist_ttl:before, .gist_ttl:after{
    position: absolute;
    content: '';
    width: 0px;
    height: 0px;
    z-index: 1;
  }
  .gist_ttl:before {
    top: 0;
    left: 0;
    border-width: 28px 0px 28px 20px;
    border-color: transparent transparent transparent #FFF;
    border-style: solid;
  }
  .gist_ttl:after {
    top: 0;
    right: 0;
    border-width: 28px 20px 28px 0px;
    border-color: transparent #FFF transparent transparent;
    border-style: solid;
  }
  .gist_ttl span {
    color: #fcff00;
    font-size: 32px;
  }

  /*top----------------------------------------*/
  .top {
    background: url(/common/base/images/bg_01.png) repeat left top;
    overflow: hidden;
  }
  .top .inner {
    background: url(../images/eiken/main_bg_pc.png) no-repeat no-repeat right bottom;
    background-size: contain;
    box-sizing: border-box;
    position: relative;
    padding: 32px 40px;
    width: 1080px;
  }
  .top p {
    font-size: 18px;
  }
  .classes {
    display: flex;
  }
  .classes li {
    width: 84px;
  }
  .classes li + li {
    margin-left: 3px;
  }
  .classes li img {
    width: 100%;
  }
  .ttl_area {
    margin-top: 24px;
  }
  .ttl_area p {
    width: 385px;
  }
  .ttl_area p img {
    width: 100%;
  }
  .ttl_area h2 {
    margin-top: 6px;
  }
  .consultation {
    position: absolute;
    top: 235px;
    left: 530px;
  }
  .top .txt {
    margin-top: 12px;
  }
  .top .txt span {
    font-weight: bold;
  }
  .schedule {
    margin-top: 18px;
    width: 432px;
    padding: 10px 0;
    border: 1px solid #000;
/*
    margin-top: 36px;
	margin-bottom:30px;
*/
  }
  .schedule .schedule_ttl {
    /*color: #f7851f;*/
    font-size: 30px;
    text-align: center;
  }
  .schedule p {
    font-weight: bold;
  }
  .schedule p span {
    font-size: 16px;
    font-weight: normal;
    /*display: block;*/
  }
  /*points----------------------------------------*/
  .points h3 {
    background-color: #46aa15;
    box-sizing: border-box;
    color: #FFF;
    font-size: 28px;
    font-weight: bold;
    height: 66px;
    padding: 12px 0;
    text-align: center;
    line-height: 1;
  }
  .points h3:before,
  .points h3:after {
    background-color: #ffe404;
    content: "";
    display: inline-block;
    width: 3px;
    height: 48px;
    vertical-align: middle;
  }
  .points h3:before {
    transform: rotate(-45deg);
    margin-right: 40px;
  }
  .points h3:after {
    transform: rotate(45deg);
    margin-left: 40px;
  }
  .points .anchor_link {
    background-color: #d7f5c8;
    display: flex;
    justify-content: center;
    padding: 33px 0;
  }
  .anchor_link li {
    position: relative;
  }
  .anchor_link li + li {
    margin-left: 8px;
  }
  .anchor_link li a {
    box-sizing: border-box;
    color: #46aa15;
    width: 240px;
    height: 155px;
    background-color: white;
    background: linear-gradient(180deg, white 0%, white 16%, #f7f9e8 100%) no-repeat left top;
    background-size: 100% 100%;
    border: 2px solid #aadf87;
    border-radius: 30px;
    font-size: 22px;
    font-weight: bold;
    display: block;
    vertical-align: middle;
    text-align: center;
    box-shadow: 0px 9px 3px -3px #8bc069;
    -webkit-box-shadow: 0px 9px 3px -3px #8bc069;
    -moz-box-shadow: 0px 9px 3px -3px #8bc069;
    transition: all 0.3s;
    position: relative;
    line-height: 1.3;
    padding-top: 32px;
  }
  .anchor_link li a:before {
    background: url(../images/eiken/arrow_navi.png) no-repeat;
    background-size: 100% auto;
    content: "";
    height: 20px;
    width: 20px;
    position: absolute;
    right: 6%;
    bottom: 6%;
  }
  .anchor_link a .num {
    background: url(../images/eiken/num_place.png) no-repeat center top;
    background-size: 100% auto;
    height: 56px;
    width: 50px;
    position: absolute;
    top: -16px;
    left: 6px;
    line-height: 1.5;
  }
  .anchor_link li .num img {
    width: 35px;
  }
  .anchor_link li a:hover {
    text-decoration: none;
    box-shadow: none;
    transform: translateY(6px);
  }
  .anchor_link li a sub {
    font-size: 50%;
    vertical-align: middle;
  }
  .anchor_link li a small {
    display: block;
    font-size: 11px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 16px;
  }
  .points .inner {
    box-sizing: border-box;
    padding: 20px 112px;
  }
  .points .inner .txt {
    font-size: 20px;
    line-height: 1.8;
  }
  .points .inner .txt span {
    color: #46aa15;
  }
  .points .inner .txt em {
    font-size: 24px;
    font-weight: bold;
    display: block;
    margin: 20px 0;
    line-height: 1.5;
    font-style: normal;
  }
  .points .about {
    border: 6px solid #e2eed6;
    padding: 18px 12px;
  }
  .points .about h4 {
    background: url(../images/eiken/icon_about.png) no-repeat 6px center #46aa15;
    background-size: 28px auto;
    color: #FFF;
    font-size: 18px;
    font-weight: bold;
    height: 36px;
    padding-left: 58px;
    padding: 6px 0 6px 42px;
    box-sizing: border-box;
  }
  .points .about .txt {
    font-size: 16px;
    padding: 12px 10px 0;
    line-height: 1.5;
    letter-spacing: -0.3px;
  }
  .points .note {
    font-size: 14px;
    margin-top: 16px;
    padding: 0 28px;
  }
  /*--points_content--*/
  .points_content {
    background-color: #fbf4df;
  }
  .points_content .gist_ttl {
    font-size: 32px;
    background: #f7851f;
  }
  .points_content .gist_ttl span {
    font-style: italic;
    font-size: 34px;
  }
  .points_content .gist_ttl span em {
    font-size: 44px;
    font-style: inherit;
    font-weight: inherit;
  }
  .points_content .gist_ttl:before {
    border-color: transparent transparent transparent #fbf4df;
  }
  .points_content .gist_ttl:after {
    border-color: transparent #fbf4df transparent transparent;
  }
  .points_content .inner {
    padding: 45px 0 55px;
  }
  .points_content article {
    background-color: #FFF;
    border: 3px solid #f7851f;
    padding: 37px;
    position: relative;
    margin-top: 44px;
  }
  .points_content article#point02 {
    padding-bottom: 70px;
  }
  .points_content .point_num {
    background: url(../images/eiken/num_place.png) no-repeat center top;
    background-size: 100% auto;
    height: 82px;
    width: 80px;
    position: absolute;
    top: -28px;
    left: 34px;
    line-height: 1.5;
    text-align: center;
    padding-top: 6px;
  }
  .points_content .point_num img {
    width: 58px;
  }
  .points_content article h5 {
    padding-left: 100px;
  }
  .points_content article h5 span {
    color: #f7851f;
    font-size: 37px;
    font-weight: bold;
    position: relative;
    z-index: 0;;
    letter-spacing: -1px;
  }
  .points_content article h5 span:after {
    background-color: #fcff00;
    content: "";
    height: 6px;
    width: 100%;
    position: absolute;
    bottom: 5px;
    left: 0;
    z-index: -1;
  }
  .points_content article h5 sub {
    font-size: 50%;
    vertical-align: middle;
  }
  .point_detail {
    position: relative;
    padding-right: 364px;
    padding-left: 12px;
    margin-top: 35px;
  }
  .point_img {
    position: absolute;
    width: 318px;
    top: 0;
    right: 0;
  }
  .point_img img {
    width: 100%;
  }
  .point_detail p {
    font-size: 16px;
  }
  .point_detail p.note {
    font-size: 12px;
    padding: 0;
    margin: 0;
  }
  .point_detail .attention {
    font-size: 0;
  }
  .point_detail .attention.wide {
    width: 920px;
  }
  .point_detail .attention_label p {
    display: inline-block;
    font-size: 23px;
    font-weight: bold;
    letter-spacing: -1.8px;
    vertical-align: middle;
    font-size: 23px;
    margin-left: 4px;
  }
  .point_detail .attention_label p span {
    color: #f7851f;
  }
  .point_detail .attention_label p:first-of-type {
    width: 90px;
  }
  .point_detail .attention_label p img {
    width: 100%;
  }
  .point_detail p {
    margin-top: 20px;
  }
  .attention_figure {
    margin-left: -12px;
    margin-top: 10px;
    overflow: visible;
  }
  .attention dl {
    font-size: 16px;
    margin-top: 24px;
    padding: 0 14px;
  }
  .attention dl dt {
    font-weight: bold;
    height: 24px;
  }
  .attention dl dt:before {
    background-color: #eb7d9c;
    content: "";
    display: inline-block;
    height: 24px;
    width: 9px;
    vertical-align: bottom;
    margin-right: 8px;
  }
  .attention dl dd {
    margin-top: 15px;
  }
  .point_table {
    width: 100%;
    margin-top: 134px;
  }
  .point_table_inner {
    font-size: 0;
  }
  .point_table_inner p {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
  }
  .point_table p.table_head {
    color: #FFF;
    background-color: #f7851f;
    padding: 4px 0;
    width: 100%;
  }
  .point_table_inner p:not(.table_head) {
    width: 152px;
    display: inline-block;
    border-left: 1px solid #d0d0d0;
    border-bottom: 1px solid #d0d0d0;
  }
  .point_table_inner p:not(.table_head):last-of-type {
    border-right: 1px solid #d0d0d0;
  }
  .point_table p span {
    color: #f7851f;
    display: block;
    padding: 4px 0;
  }
  .point_table p span.table_label {
    background-color: #fbf4df
  }
  .point_table p.note {
    text-align: right;
    font-size: 16px;
    margin-top: 6px;
    padding-right: 0;
}

  /*course----------------------------------------*/
  .course dl {
    margin-top: 28px;
    padding: 0 40px;
  }
  .course dl dt,
  .course dl dd {
    display: inline-block;
    vertical-align: top;
  }
  .course dl dt {
      width: 15%;
    font-size: 20px;
    font-weight: bold;
    line-height: 24px;
  }
  .course dl dt:before {
    background-color: #46aa15;
    content: "";
    display: inline-block;
    height: 24px;
    width: 9px;
    vertical-align: bottom;
    margin-right: 8px;
  }
  .course dl dd {
    font-size: 16px;
    margin-left: 30px;
  }
  .course dl dd .note {
    font-size: 14px;
  }
  .course dl dd.lesson_list {
    display: block;
    margin-left: 0;
  }
  .course .lesson_list ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 36px;
  }
  .course .lesson_list li {
    border: 3px solid #9fe086;
    box-sizing: border-box;
    width: 282px;
    height: 200px;
    position: relative;
    padding: 44px 18px 20px;
  }
  .course .lesson_list li:nth-child(n+4) {
    margin-top: 32px;
  }
  .course .lesson_list li p:first-of-type {
    background-color: #eb7d9c;
    border-radius: 3px;
    box-sizing: border-box;
    color: #FFF;
    font-size: 20px;
    font-weight: bold;
    padding: 6px 0 5px 60px;
    position: absolute;
    width: 220px;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: -16px;
    letter-spacing: -1px;
  }
  .course .lesson_list li p:first-of-type:after {
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
    width: 52px;
    height: 52px;
    left: 4px;
    top: -7px;
  }
  .course .lesson_list li:nth-of-type(1) p:first-of-type:after {
    background: url(../images/eiken/icon_course01.png) no-repeat left center ;
    background-size: 100% auto;
  }
  .course .lesson_list li:nth-of-type(2) p:first-of-type:after {
    background: url(../images/eiken/icon_course02.png) no-repeat left center ;
    background-size: 100% auto;
  }
  .course .lesson_list li:nth-of-type(3) p:first-of-type:after {
    background: url(../images/eiken/icon_course03.png) no-repeat left center ;
    background-size: 100% auto;
  }
  .course .lesson_list li:nth-of-type(4) p:first-of-type:after {
    background: url(../images/eiken/icon_course04.png) no-repeat left center ;
    background-size: 100% auto;
  }
  .course .lesson_list li:nth-of-type(5) p:first-of-type:after {
    background: url(../images/eiken/icon_course05.png) no-repeat left center ;
    background-size: 100% auto;
  }
  .course .lesson_list li:nth-of-type(6) p:first-of-type:after {
    background: url(../images/eiken/icon_course06.png) no-repeat left center ;
    background-size: 100% auto;
  }
  .course .lesson_list li:nth-of-type(7) p:first-of-type:after {
    background: url(../images/eiken/icon_course07.png) no-repeat left center ;
    background-size: 100% auto;
  }
  .course .lesson_list li .note {
    font-size: inherit;
  }
  /*level----------------------------------------*/
  .level {
    background-color: #e2eed6;
  }
  .level p {
    font-size: 16px;
  }
  .level .gist_ttl:before {
    border-color: transparent transparent transparent #e2eed6;
  }
  .level .gist_ttl:after {
    border-color: transparent #e2eed6 transparent transparent;
  }
  .level .inner > ul {
    display: flex;
    padding: 0 40px;
    margin-top: 32px;
    flex-wrap: wrap;
  }
  .level .inner > ul > li {
    width: 300px;
    border-top: 10px solid #46aa15;
    background-color: #FFF;
    padding: 15px 20px 23px;
    box-sizing: border-box;
    margin-left: 10px;
  }
  .level .inner > ul > li.caution {
    background-color: transparent;
    border-top: 0;
  }
  .level .inner > ul > li.caution p {
    font-size: 14px;
    margin-left: 1em;
    text-indent: -1em;
  }
  .level .inner > ul > li:nth-child(3n+1) {
    margin-left: 0;
  }
  .level .inner > ul > li:nth-child(n+4) {
    margin-top: 10px;
  }
  .level .class {
    margin-bottom: 10px;
  }
  .level .class span {
    color: #46aa15;
    font-size: 24px;
    font-weight: bold;
    position: relative;
    z-index: 0;
  }
  .level .class span:after {
    background-color: #fcff00;
    content: "";
    width: 100%;
    height: 8px;
    position: absolute;
    bottom: -3px;
    left: 0;
    z-index: -1;
  }
  .level .study_content {
    margin-top: 18px;
  }
  .level .study_content_ttl {
    color: #46aa15;
    font-size: 20px;
    font-weight: bold;
  }
  .level .variation {
    font-size: 0;
  }
  .level .variation li {
    color: #FFF;
    display: inline-block;
    font-size: 14px;
    padding: 1px 4px;
    margin-right: 4px;
    margin-top: 4px;
  }
  .level .variation .vari01 {
    background-color: #df606c;
  }
  .level .variation .vari02 {
    background-color: #c956ca;
  }
  .level .variation .vari03 {
    background-color: #40a0cc;
  }
  .level .variation .vari04 {
    background-color: #bfbb48;
  }
  .level .variation .vari05 {
    background-color: #6f60df;
  }
  .level .variation .vari06 {
    background-color: #48bf88;
  }
  .level .items {
    margin-top: 20px;
    font-size: 13px;
    border-top: 1px solid #cecfcd;
    border-right: 1px solid #cecfcd;
  }
  .level .items_label {
      display: flex;
      justify-content: flex-start;
  }
  .level .items_label_ttl {
      width: 90px;
      box-sizing: border-box;
      background-color:#f0ecec;
      font-weight: bold;
      padding: 12px 0 12px 8px;
      border-left: 1px solid #cecfcd;
      border-right: 1px solid #cecfcd;
      border-bottom: 1px solid #cecfcd;
  }
  .level .items_label_txt {
   width: 179px;
   box-sizing: border-box;
   padding: 12px 0 12px 8px;
   border-bottom: 1px solid #cecfcd;
 }
  .level .items_label_txt p {
      font-size: 13px;
      display: flex;
      margin-bottom: 5px;
  }
  .level .items_label_txt p span {
  }
  .level .items_label_txt p span:first-child {
      width: 70px;
      font-weight: bold;
      margin-right: 10px;
  }
  .level .items_label_txt p span:nth-of-type(2) {
  }
  .level .value_points {
    border: 6px solid #FFF;
    padding: 16px 14px;
    margin-top: 40px;
  }
  .level .value_points .value_points_ttl {
    background-color: #46aa15;
    box-sizing: border-box;
    color: #FFF;
    font-size: 28px;
    font-weight: bold;
    height: 48px;
    padding: 8px 0;
    text-align: center;
    line-height: 1;
  }
  .level .value_points .value_points_ttl:before,
  .level .value_points .value_points_ttl:after {
    background-color: #ffe404;
    content: "";
    display: inline-block;
    width: 3px;
    height: 38px;
    vertical-align: middle;
  }
  .level .value_points .value_points_ttl:before {
    transform: rotate(-45deg);
    margin-right: 40px;
  }
  .level .value_points .value_points_ttl:after {
    transform: rotate(45deg);
    margin-left: 40px;
  }
  .value_points {
    font-size: 0;
  }
  .value_points dl {
    box-sizing: border-box;
    font-size: 16px;
    padding-left: 72px;
    position: relative;
    display: inline-block;
    margin-top:18px;
    width: 48%;
    vertical-align: top;
  }
  .value_points dl:before {
    color: #46aa15;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background-color: #fcff00;
    font-style: italic;
    font-size: 36px;
    font-weight: bold;
    position: absolute;
    left: 0;
    top: -2px;
    padding-left: 11px;
    box-sizing: border-box;
  }
  .value_points dl:nth-of-type(1):before {
    content: "1";
  }
  .value_points dl:nth-of-type(2):before {
    content: "2";
  }
  .value_points dl dt {
    color: #46aa15;
    font-size: 22px;
    font-weight: bold;
  }
  .value_points dl dd span {
    color: #46aa15;
    font-size: 18px;
    font-weight: bold;
  }
  .value_points dl + dl {
    margin-left: 4%;
  }
  .value_points dl dd .note {
    font-size: 14px;
  }
  /*voice----------------------------------------*/
  .voice ul {
    display: flex;
    flex-wrap: wrap;
    padding: 0 40px;
    justify-content: space-between;
  }
  .voice ul li {
    background: url(../images/eiken/voice_balloon01.png) no-repeat right bottom;
    background-size: 326px 100%;
    width: calc(50% - 20px);
    padding-right: 108px;
    box-sizing: border-box;
    height: 170px;
    position: relative;
    margin-top: 24px;
  }
  .voice ul li:before {
    background: url(../images/eiken/voice_img01.png) no-repeat left bottom;
    background-size: 114px auto;
    content: "";
    display: block;
    width: 150px;
    height: 100%;
    left: 0;
    bottom: 0;
    position: absolute;
  }
  .voice ul li:nth-of-type(1),
  .voice ul li:nth-of-type(4) {
    padding-left: 108px;
    padding-right: 0;
  }
  .voice ul li:nth-of-type(2) {
    background: url(../images/eiken/voice_balloon02.png) no-repeat left bottom;
    background-size: 326px 100%;
  }
  .voice ul li:nth-of-type(2):before {
    background: url(../images/eiken/voice_img02.png) no-repeat right bottom;
    background-size: 124px auto;
    left: auto;
    right: 0
  }
  .voice ul li:nth-of-type(3) {
    background: url(../images/eiken/voice_balloon03.png) no-repeat left bottom;
    background-size: 326px 100%;
  }
  .voice ul li:nth-of-type(3):before {
    background: url(../images/eiken/voice_img03.png) no-repeat right bottom;
    background-size: 124px auto;
    left: auto;
    right: 0
  }
  .voice ul li:nth-of-type(4):before {
    background: url(../images/eiken/voice_img04.png) no-repeat left bottom;
    background-size: 102px auto;
  }
  .voice ul li p {
    font-size: 16px;
    padding: 18px 60px 0 30px;
  }
  .voice ul li:nth-of-type(1) p,
  .voice ul li:nth-of-type(4) p {
    padding: 18px 30px 0 60px;
  }
  .voice ul li p span {
    font-weight: bold;
    display: block;
    position: absolute;
    bottom: 15px;
    text-align: right;
    right: 162px;
  }
  .voice ul li:nth-of-type(1) p span,
  .voice ul li:nth-of-type(4) p span {
    right: 30px;
  }
  /*contents_area----------------------------------------*/
  .bg_01 {
    background: url(/common/base/images/bg_02.png) center center no-repeat;
    background-size: cover;
    -webkit-box-shadow: 0 0 4px #cccccc;
    -moz-box-shadow: 0 0 4px #cccccc;
    box-shadow: 0 0 4px #cccccc;
    padding: 48px 0 50px;
    position: relative;
    z-index: 5;
    text-align: center;
  }
  .bg_01 .contact_txt_01 {
    color: #000000;
    font-size: 18px;
    margin: 0 0 20px;
  }
  .bg_01 .contact_txt_01 span {
    color: #00afec;
    font-size: 26px;
  }
  .bg_01 .contact_txt_01 span:nth-of-type(2){
    color: #000;
    font-size: 18px;
  }
  .bg_01 .contact_lesson_btn {
    background: #ff8d12;
    margin: 0 auto 20px;
    width: 535px;
  }
  .bg_01 .contact_lesson_btn a {
    background: url(/common/base/images/icon_02.png) 95% center no-repeat;
    color: #ffffff;
    display: block;
    font-size: 18px;
    padding: 25px 0;
    text-align: center;
  }
  .bg_01 .contact_lesson_btn a:hover {
    text-decoration: none;
  }
  .bg_01 .contact_txt_02 {
    color: #3b3b3b;
    font-size: 14px;
    margin: 0 0 18px;
  }
  .bg_01 .contact_txt_02 a {
    color: #00afec;
    text-decoration: underline;
  }
  .bg_01 .contact_txt_02 a:hover {
    text-decoration: none;
  }
  .bg_01 .contact_item {
    color: #3b3b3b;
    font-size: 16px;
  }
  .bg_01 .contact_item span {
    display: inline-block;
    margin: 0 8px;
    vertical-align: middle;
  }
  .wait {
    text-align: center;
    margin-bottom: 30px;
    }
  .bnr_area li{
    display:inline-block;
  }
  .bnr_area li:first-child{
    margin-right: 10px;
  }
}
@media screen and (max-width: 768px) {
	.contents {
		font-size: 14px;
	}
	.contents .contents_area {
		box-sizing: border-box;
		position: relative;
		width: 100%;
	}
	.contents .contents_inner {
		margin: 0 auto;
		width: 94%;
		z-index: 10;
	}
	.contents img {
		height: auto;
		width: 100%;
  }
  /*common----------------------------------------*/
  section.course,
  section.level,
  section.voice {
    padding: 28px 0;
  }
  .inner {
    margin: 0 auto;
    padding: 0 3%;
  }
  .gist_ttl {
    position: relative;
    height: 40px;
    line-height: 40px;
    vertical-align: middle;
    text-align: center;
    padding: 0 8px;
    font-size: 18px;
    font-weight: bold;
    background-color: #46aa15;
    color: #FFF;
    box-sizing: border-box;
  }

  .gist_ttl:before, .gist_ttl:after{
    position: absolute;
    content: '';
    width: 0px;
    height: 0px;
    z-index: 1;
  }
  .gist_ttl:before {
    top: 0;
    left: 0;
    border-width: 20px 0px 20px 10px;
    border-color: transparent transparent transparent #FFF;
    border-style: solid;
  }
  .gist_ttl:after {
    top: 0;
    right: 0;
    border-width: 20px 10px 20px 0px;
    border-color: transparent #FFF transparent transparent;
    border-style: solid;
  }
  .gist_ttl span {
    color: #fcff00;
    font-size: 21px;
  }
  /*top----------------------------------------*/
  .top {
    background: url(/common/base/images/bg_01.png) repeat left top;
  }
  .top .inner {
    box-sizing: border-box;
    position: relative;
    padding: 0;
    padding: 10px 3%;
  }
  .top .main_area {
    background: url(../images/eiken/main_bg_sp.png);
    background-position: right top;
    background-repeat: no-repeat;
    background-size: 52% auto;
    padding: 10px 3%;
    width: 106%;
    margin-left: -3%;
    margin-top: -10px;
    box-sizing: border-box;
  }
  .top p {
    font-size: 16px;
  }
  .classes {
    display: flex;
  }
  .classes li {
    width: 14%;
  }
  .classes li + li {
    margin-left: 2px;
  }
  .classes li img {
    width: 100%;
  }
  .ttl_area {
    margin-top: 14px;
  }
  .ttl_area p {
    width: 62%;
  }
  .ttl_area h2 {
    margin-top: 6px;
    width: 64%;
  }
  .ttl_area h2 img {
    width: 100%;
  }
  .consultation {
    width: 34%;
    padding-left: 20%;
    margin-top: -18px;
  }
  .consultation img {
    width: 100%;
  }
  .top .txt_area {
    width: 106%;
    margin-left: -3%;
    box-sizing: border-box;
    background-color: #FFF;
    padding: 0 3%;
  }
  .top .txt {
    padding-top: 16px;
  }
  .top .txt span {
    font-weight: bold;
  }
  .schedule {
    border: 1px solid #000;
    padding: 0.8em 0;
    margin-top: 16px;
/*	margin-bottom:0;*/
  }
  .schedule .schedule_ttl {
    /*color: #f7851f;*/
    font-size: 21px;
    text-align: center;
  }
  .schedule p {
    font-weight: bold;
  }
  .schedule p span {
    font-size: 13px;
    font-weight: normal;
    /*display: block;*/
  }
  /*points----------------------------------------*/
  .points {
    margin-top: 15px;
  }
  .points h3 {
    background-color: #46aa15;
    box-sizing: border-box;
    color: #FFF;
    font-size: 19px;
    font-weight: bold;
    height: 44px;
    padding: 8px 0;
    text-align: center;
    line-height: 1;
    letter-spacing: -0.5px;
    overflow: hidden;
  }
  .points h3:before,
  .points h3:after {
    background-color: #ffe404;
    content: "";
    display: inline-block;
    width: 2px;
    height: 30px;
    vertical-align: middle;
  }
  .points h3:before {
    transform: rotate(-45deg);
    margin-right: 20px;
  }
  .points h3:after {
    transform: rotate(45deg);
    margin-left: 5px;
  }
  .points .anchor_link {
    background-color: #d7f5c8;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 33px 0 30px;
  }
  .anchor_link li {
    width: 45%;
  }
  .anchor_link li + li:nth-child(n+3) {
    margin-top: 36px;
  }
  .anchor_link li + li:nth-child(2n) {
    margin-left: 8px;
  }
  .anchor_link li a {
    color: #46aa15;
    width: 100%;
    height: 118px;
    background-color: white;
    background: linear-gradient(180deg, white 0%, white 16%, #f7f9e8 100%) no-repeat left top;
    background-size: 100% 100%;
    border: 1px solid #aadf87;
    border-radius: 15px;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: -0.4px;
    display: block;
    text-align: center;
    box-shadow: 0px 6px 2px -2px #8bc069;
    -webkit-box-shadow: 0px 6px 2px -2px #8bc069;
    -moz-box-shadow: 0px 6px 2px -2px #8bc069;
    position: relative;
    line-height: 1.3;
    padding-top: 22px;
    box-sizing: border-box;
  }
  .anchor_link li a:before {
    background: url(../images/eiken/arrow_navi.png) no-repeat;
    background-size: 100% auto;
    content: "";
    height: 16px;
    width: 16px;
    position: absolute;
    right: 6%;
    bottom: 6%;
  }
  .anchor_link li a:hover {
    text-decoration: none;
  }
  .anchor_link a .num {
    background: url(../images/eiken/num_place.png) no-repeat center top;
    background-size: 100% auto;
    height: 46px;
    width: 46px;
    position: absolute;
    top: -25px;
    left: 5px;
    line-height: 1.5;
    padding-top: 5px;
  }
  .anchor_link li .num img {
    width: 30px;
  }
  .anchor_link li a sub {
    font-size: 50%;
    vertical-align: middle;
  }
  .anchor_link li a small {
    display: block;
    font-size: 10px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 12px;
  }
  .points .inner .txt {
    font-size: 16px;
    margin-top: 22px;
    padding: 0 14px;
  }
  .points .inner .txt span {
    color: #46aa15;
  }
  .points .inner .txt em {
    font-size: 18px;
    font-weight: bold;
    display: block;
    margin: 16px 0 20px;
    line-height: 1.5;
  }
  .points .about {
    border: 3px solid #e2eed6;
    padding: 18px 9px;
  }
  .points .about h4 {
    background: url(../images/eiken/icon_about.png) no-repeat 12px center #46aa15;
    background-size: 22px auto;
    color: #FFF;
    font-size: 15px;
    font-weight: bold;
    height: 29px;
    padding: 4px 0 4px 42px;
    box-sizing: border-box;
  }
  .points .about .txt {
    font-size: 15px;
    padding: 2px 6px 0;
    line-height: 1.5;
    letter-spacing: -0.3px;
  }
  .points .note {
    font-size: 13px;
    margin-top: 8px;
    padding: 0 11px;
    margin-left: 1em;
    text-indent: -1em;
  }
  /*--points_content--*/
  .points_content {
    background-color: #fbf4df;
    margin-top: 25px;
  }
  .points_content .gist_ttl {
    background: #f7851f;
  }
  .points_content .gist_ttl span {
    font-style: italic;
    font-size: 21px;
  }
  .points_content .gist_ttl:before {
    border-color: transparent transparent transparent #fbf4df;
  }
  .points_content .gist_ttl:after {
    border-color: transparent #fbf4df transparent transparent;
  }
  .points_content .inner {
    padding: 30px 3%;
  }
  .points_content article {
    background-color: #FFF;
    border: 2px solid #f7851f;
    padding: 14px 14px 30px 14px;
    position: relative;
    margin-top: 23px;
  }
  .points_content .point_num {
    background: url(../images/eiken/num_place.png) no-repeat center top;
    background-size: 100% auto;
    height: 60px;
    width: 60px;
    position: absolute;
    top: -14px;
    left: 10px;
    line-height: 1.5;
    text-align: center;
    padding-top: 4px;
  }
  .points_content .point_num img {
    width: 42px;
  }
  .points_content article h5 {
    padding-left: 66px;
  }
  .points_content article h5 span {
    color: #f7851f;
    font-size: 23px;
    font-weight: bold;
    z-index: 0;;
    letter-spacing: -1px;
    background: linear-gradient(transparent 80%, #fcff00 0%)
  }
  .points_content article h5 sub {
    font-size: 50%;
    vertical-align: middle;
  }
  .point_detail {
    position: relative;
    margin-top: 23px;
  }
  .point_img img {
    width: 100%;
  }
  #point02 .point_img {
    width: 60%;
    margin: 0 auto;
  }
  .point_detail p {
    font-size: 15px;
  }
  .point_detail p.note {
    font-size: 12px;
    padding: 0;
  }
  .point_detail .attention {
    font-size: 0;
  }
  .point_detail .attention_label p {
    display: inline-block;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: -1.8px;
    vertical-align: middle;
    margin-left: 4px;
    width: 68%;
  }
  .point_detail .attention_label p span {
    color: #f7851f;
  }
  .point_detail .attention_label p:first-of-type {
    width: 29%;
  }
  .point_detail .attention_label p img {
    width: 100%;
  }
  .point_detail p {
    margin-top: 20px;
  }
  .attention_figure {
    margin-top: 10px;
    overflow: visible;
  }
  .attention dl {
    font-size: 15px;
    margin-top: 14px;
  }
  .attention dl dt {
    font-weight: bold;
    height: 20px;
    line-height: 20px;
  }
  .attention dl dt:before {
    background-color: #eb7d9c;
    content: "";
    display: inline-block;
    height: 20px;
    width: 5px;
    vertical-align: bottom;
    margin-right: 4px;
  }
  .attention dl dd {
    margin-top: 8px;
  }
  .point_table {
    width: 100%;
    margin-top: 26px;
  }
  .point_table_inner {
    font-size: 0;
    border-right: 1px solid #d0d0d0;
  }
  .point_table_inner p {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
  }
  .point_table p.table_head {
    color: #FFF;
    background-color: #f7851f;
    font-size: 17px;
    padding: 4px 0;
    width: 100%;
  }
  .point_table_inner p:not(.table_head) {
    width: 100%;
    display: block;
    border-left: 1px solid #d0d0d0;
    border-bottom: 1px solid #d0d0d0;
    font-size: 0;
  }
  .point_table p span {
    color: #f7851f;
    display: inline-block;
    padding: 4px 0;
    width: 50%;
    box-sizing: border-box;
    font-size: 16px;
  }
  .point_table p span.table_label {
    background-color: #fbf4df
  }
  .point_table p.note {
    text-align: right;
    padding: 0;
  }
  /*course----------------------------------------*/
  .course dl {
    margin-top: 16px;
    padding: 0 16px;
  }
  .course dl dt {
    font-size: 17px;
    font-weight: bold;
    line-height: 17px;
  }
  .course dl dt:before {
    background-color: #46aa15;
    content: "";
    display: inline-block;
    height: 17px;
    width: 5px;
    vertical-align: bottom;
    margin-right: 3px;
  }
  .course dl dd {
    font-size: 15px;
    margin-top: 13px;
  }
  .course dl dd .note {
    font-size: 12px;
    margin-left: 1em;
    text-indent: -1em;
  }
  .course dl dd.lesson_list {
    display: block;
    margin-left: 0;
  }
  .course .lesson_list ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 30px;
  }
  .course .lesson_list li {
    border: 2px solid #9fe086;
    box-sizing: border-box;
    width: 48%;
    position: relative;
    padding: 23px 8px 10px;
  }
  .course .lesson_list li:nth-child(n+3) {
    margin-top: 26px;
  }
  .course .lesson_list li p:first-of-type {
    background-color: #eb7d9c;
    border-radius: 3px;
    box-sizing: border-box;
    color: #FFF;
    font-size: 14px;
    font-weight: bold;
    padding: 3px 0 2px 39px;
    position: absolute;
    width: 97%;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: -12px;
    letter-spacing: -2px;
    height: 27px;
  }
  .course .lesson_list li p:first-of-type:after {
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
    width: 32px;
    height: 32px;
    left: 6px;
    top: -3px;
  }
  .course .lesson_list li:nth-of-type(1) p:first-of-type:after {
    background: url(../images/eiken/icon_course01.png) no-repeat left center ;
    background-size: 100% auto;
  }
  .course .lesson_list li:nth-of-type(2) p:first-of-type:after {
    background: url(../images/eiken/icon_course02.png) no-repeat left center ;
    background-size: 100% auto;
  }
  .course .lesson_list li:nth-of-type(3) p:first-of-type:after {
    background: url(../images/eiken/icon_course03.png) no-repeat left center ;
    background-size: 100% auto;
  }
  .course .lesson_list li:nth-of-type(4) p:first-of-type:after {
    background: url(../images/eiken/icon_course04.png) no-repeat left center ;
    background-size: 100% auto;
  }
  .course .lesson_list li:nth-of-type(5) p:first-of-type:after {
    background: url(../images/eiken/icon_course05.png) no-repeat left center ;
    background-size: 100% auto;
  }
  .course .lesson_list li:nth-of-type(6) p:first-of-type:after {
    background: url(../images/eiken/icon_course06.png) no-repeat left center ;
    background-size: 100% auto;
  }
  .course .lesson_list li:nth-of-type(7) p:first-of-type:after {
    background: url(../images/eiken/icon_course07.png) no-repeat left center ;
    background-size: 100% auto;
  }
  /*level----------------------------------------*/
  .level {
    background-color: #e2eed6;
  }
  .level p {
    font-size: 16px;
  }
  .level .gist_ttl:before {
    border-color: transparent transparent transparent #e2eed6;
  }
  .level .gist_ttl:after {
    border-color: transparent #e2eed6 transparent transparent;
  }
  .level .inner > ul {
    display: flex;
    padding: 0 16px;
    margin-top: 6px;
    flex-wrap: wrap;
  }
  .level .inner > ul > li {
    width: 100%;
    border-top: 10px solid #46aa15;
    background-color: #FFF;
    padding: 8px 20px 25px;
    box-sizing: border-box;
    margin-top: 8px;
  }
  .level .inner > ul > li.caution {
    background-color: transparent;
    border-top: 0;
    padding: 0;
  }
  .level .inner > ul > li.caution p {
    font-size: 12px;
    margin-left: 1em;
    text-indent: -1em;
  }
  .level .class {
    margin-bottom: 12px;
  }
  .level .class span {
    color: #46aa15;
    font-size: 26px;
    font-weight: bold;
    position: relative;
    z-index: 0;
  }
  .level .class span:after {
    background-color: #fcff00;
    content: "";
    width: 100%;
    height: 8px;
    position: absolute;
    bottom: -3px;
    left: 0;
    z-index: -1;
  }
  .level .study_content {
    margin-top: 18px;
  }
  .level .study_content_ttl {
    color: #46aa15;
    font-size: 22px;
    font-weight: bold;
  }
  .level .variation {
    font-size: 0;
  }
  .level .variation li {
    color: #FFF;
    display: inline-block;
    font-size: 15px;
    padding: 1px 4px;
    margin-right: 4px;
    margin-top: 4px;
  }
  .level .variation .vari01 {
    background-color: #df606c;
  }
  .level .variation .vari02 {
    background-color: #c956ca;
  }
  .level .variation .vari03 {
    background-color: #40a0cc;
  }
  .level .variation .vari04 {
    background-color: #bfbb48;
  }
  .level .variation .vari05 {
    background-color: #6f60df;
  }
  .level .variation .vari06 {
    background-color: #48bf88;
  }
  .level .items {
    font-size: 14px;
    margin-top: 20px;
    border-top: 1px solid #cecfcd;
    border-right: 1px solid #cecfcd;
  }
  .level .items_label {
    display: flex;
  }
  .level .items_label_ttl  {
    width: 40%;
    box-sizing: border-box;
    padding: 12px 8px;
    background-color:#f0ecec;
    font-weight: bold;
    border-left: 1px solid #cecfcd;
    border-right: 1px solid #cecfcd;
    border-bottom: 1px solid #cecfcd;
  }
  .level .items_label_txt {
     width: 60%;
     box-sizing: border-box;
     padding: 12px 0 12px 8px;
     border-bottom: 1px solid #cecfcd;
  }
  .level .items_label_txt p {
      font-size: 14px;
      display: flex;
      margin-bottom: 5px;
  }
  .level .items_label_txt p span {
  }
  .level .items_label_txt p span:first-child {
      width: 70px;
      font-weight: bold;
      margin-right: 10px;
  }
  .level .items_label_txt p span:nth-of-type(2) {
  }
  .level .value_points {
    border: 3px solid #FFF;
    padding: 20px 8px;
    margin-top: 20px;
  }
  .level .value_points .value_points_ttl {
    background-color: #46aa15;
    box-sizing: border-box;
    color: #FFF;
    font-size: 20px;
    font-weight: bold;
    height: 35px;
    text-align: center;
    line-height: 35px;
  }
  .level .value_points .value_points_ttl:before,
  .level .value_points .value_points_ttl:after {
    background-color: #ffe404;
    content: "";
    display: inline-block;
    width: 2px;
    height: 18px;
    vertical-align: middle;
  }
  .level .value_points .value_points_ttl:before {
    transform: rotate(-45deg);
    margin-right: 10px;
  }
  .level .value_points .value_points_ttl:after {
    transform: rotate(45deg);
    margin-left: 6px;
  }
  .value_points dl {
    box-sizing: border-box;
    font-size: 15px;
    padding-left: 43px;
    position: relative;
    margin-top: 12px;
  }
  .value_points dl:before {
    color: #46aa15;
    width: 33px;
    height: 33px;
    border-radius: 50%;
    background-color: #fcff00;
    font-style: italic;
    font-size: 21px;
    font-weight: bold;
    position: absolute;
    left: 0;
    top: 0px;
    box-sizing: border-box;
    text-align: center;
  }
  .value_points dl:nth-of-type(1):before {
    content: "1";
  }
  .value_points dl:nth-of-type(2):before {
    content: "2";
  }
  .value_points dl dt {
    color: #46aa15;
    font-size: 17px;
    font-weight: bold;
  }
  .value_points dl dd span {
    color: #46aa15;
    font-size: 16px;
    font-weight: bold;
  }
  .value_points dl dd .note {
    font-size: 12px;
  }
  /*voice----------------------------------------*/
  .voice ul {
    margin: 0 auto;
    width: 310px;
  }
  .voice ul li {
    background: url(../images/eiken/voice_balloon01.png) no-repeat right bottom;
    background-size: 238px 100%;
    padding-right: 80px;
    box-sizing: border-box;
    height: 148px;
    position: relative;
    margin-top: 12px;
  }
  .voice ul li:before {
    background: url(../images/eiken/voice_img01.png) no-repeat left bottom;
    background-size: 80px auto;
    content: "";
    display: block;
    width: 80px;
    height: 100%;
    left: 0;
    position: absolute;
    bottom: 10px;
  }
  .voice ul li:nth-of-type(1),
  .voice ul li:nth-of-type(4) {
    padding-left: 80px;
    padding-right: 0;
  }
  .voice ul li:nth-of-type(2) {
    background: url(../images/eiken/voice_balloon02.png) no-repeat left bottom;
    background-size: 238px 100%;
  }
  .voice ul li:nth-of-type(2):before {
    background: url(../images/eiken/voice_img02.png) no-repeat right bottom;
    background-size: 86px auto;
    left: auto;
    right: 0;
    width: 86px;
  }
  .voice ul li:nth-of-type(3) {
    background: url(../images/eiken/voice_balloon03.png) no-repeat left bottom;
    background-size: 238px 100%;
  }
  .voice ul li:nth-of-type(3):before {
    background: url(../images/eiken/voice_img03.png) no-repeat right bottom;
    background-size: 80px auto;
    left: auto;
    right: 0;
    width: 80px;
  }
  .voice ul li:nth-of-type(4):before {
    background: url(../images/eiken/voice_img04.png) no-repeat left bottom;
    background-size: 70px auto;
    width: 70px;
  }
  .voice ul li p {
    font-size: 15px;
    padding: 16px 10px 0 16px;
  }
  .voice ul li:nth-of-type(1) p,
  .voice ul li:nth-of-type(4) p {
    padding: 16px 16px 0 16px;
  }
  .voice ul li p span {
    font-weight: bold;
    display: block;
    position: absolute;
    bottom: 10px;
    text-align: right;
    right: 112px;
  }
  .voice ul li:nth-of-type(1) p span,
  .voice ul li:nth-of-type(4) p span {
    right: 16px;
  }

  	/*---------------------------------------------------------------------------*/
	.bg_01 {
		background: url(../images/eiken/contact_bg.jpg) center top no-repeat;
		background-size: cover;
		-webkit-box-shadow: 0 0 2px #aaaaaa;
		-moz-box-shadow: 0 0 2px #aaaaaa;
		box-shadow: 0 0 2px #aaaaaa;
		margin: 24px 0 12px;
		padding: 15px 0 16px;
		text-align: center;
	}
	.bg_01 .contact_txt_01 {
		color: #00afec;
		font-size: 15px;
		margin: 0 0 12px;
	}
	.bg_01 .contact_txt_01 span:nth-of-type(2){
		color: #000;
		font-size: 11px;
	}
	.bg_01 .contact_txt_02 {
		font-size: 11px;
		margin: 0 0 8px;
	}
	.bg_01 .contact_txt_02 a {
		color: #00afec;
		text-decoration: underline;
	}
	.bg_01 .contact_lesson_btn {
		background: #ff8d12;
		margin: 0 0 10px;
	}
	.bg_01 .contact_lesson_btn a {
		background: url(/sp/common/base/images/icon_02.png) 97% center no-repeat;
		background-size: 6px auto;
		color: #ffffff;
		display: block;
		font-size: 13px;
		padding: 10px 0;
	}
	.bg_01 .contact_item span {
		display: inline-block;
		width: 30%
	}
	.bg_01 .contact_item a span {
		width: 70%
  }
}
