@charset "UTF-8";
@import "normalize.css";
@import "common.css";
/*=================================
  コース
==================================*/
#jMenu > li:nth-child(2) > a {
  background-position: -60px -60px;
}

/*---------------------
  一覧
---------------------*/
#course {
  margin-top: 0px;
}
#course li {
  width: 810px;
  height: 180px;
  margin-top: 20px;
  -webkit-box-shadow: rgb(201, 201, 201) 5px 5px 0px 0px;
          box-shadow: rgb(201, 201, 201) 5px 5px 0px 0px;
}
#course li a {
  display: block;
  width: 100%;
  height: 0px;
  padding-top: 180px;
  overflow: hidden;
  background-position: 0px 0px;
  background-repeat: no-repeat;
}
#course li:nth-child(1) a {
  background-image: url("../images/course/skype.jpg");
}
#course li:nth-child(2) a {
  background-image: url("../images/course/package_short.jpg");
}
#course li:nth-child(3) a {
  background-image: url("../images/course/package_long.jpg");
}
#course li:nth-child(4) a {
  background-image: url("../images/course/40min.jpg");
}
#course li:nth-child(5) a {
  background-image: url("../images/course/exam.jpg");
}
#course li:nth-child(6) a {
  background-image: url("../images/course/summarize.jpg");
}
#course li:nth-child(7) a {
  background-image: url("../images/course/training.jpg");
}

/*---------------------
  英検1級対策オンライン個人指導コース
---------------------*/
#course-online .course__info section {
  margin-top: 40px;
}
#course-online .course__info section p {
  margin-top: 1em;
}
#course-online .course__trial {
  margin-top: 50px;
}
#course-online .course__trial .headline1 + p {
  margin-top: 2em;
}
#course-online .course__trial p {
  margin-top: 1em;
}
#course-online .course__purpose {
  margin-top: 50px;
}
#course-online .course__purpose ol {
  margin-top: 2em;
}
#course-online .course__purpose ol li {
  list-style: none;
  text-indent: -2.5em;
  padding-left: 2.5em;
}
#course-online .course__purpose ol li:nth-of-type(n+2) {
  margin-top: 1em;
}
#course-online .course__merit {
  margin-top: 50px;
}
#course-online .course__merit ol {
  margin-top: 2em;
}
#course-online .course__merit ol li {
  list-style: none;
  text-indent: -2.5em;
  padding-left: 2.5em;
}
#course-online .course__merit ol li:nth-of-type(n+2) {
  margin-top: 1em;
}
#course-online .course__step {
  margin-top: 50px;
}
#course-online .course__step dl {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
#course-online .course__step dl dt, #course-online .course__step dl dd {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  -ms-flex-item-align: auto;
      -ms-grid-row-align: auto;
      align-self: auto;
}
#course-online .course__step dl dt:nth-of-type(n+2), #course-online .course__step dl dd:nth-of-type(n+2) {
  margin-top: 2em;
}
#course-online .course__step dl dt {
  width: 25%;
  padding-right: 1em;
  border-left: solid 8px #e54b4b;
  padding-left: 0.5em;
  color: #e54b4b;
  font-size: 120%;
  font-weight: bold;
}
#course-online .course__step dl dd {
  width: 75%;
  padding-left: 1em;
}
#course-online .course__step dl dd p:nth-of-type(n+2) {
  margin-top: 1em;
}
#course-online .course__step dl dd .package_info {
  padding: 20px;
  border: dotted 1px #999999;
  background-color: #FFFFFF;
  border-radius: 6px;
  margin-top: 1em;
}
#course-online .course__step dl dd .package_info h3 {
  color: #e54b4b;
  font-size: 120%;
  font-weight: bold;
}
#course-online .course__step dl dd .package_info p {
  margin-top: 1em;
}
#course-online .course__step dl dd .package_info ol li {
  margin-top: 1em;
}
#course-online .course__step dl dd .package_info ol li h4 {
  font-weight: bold;
}
#course-online .course__step dl dd .package_info ol li h4 + p {
  margin-top: 0;
}
#course-online .course__profile {
  margin-top: 50px;
}
#course-online .course__profile ol {
  margin-top: 2em;
}
#course-online .course__profile ol li {
  list-style: none;
  padding-left: 2.5em;
}
#course-online .course__profile ol li:nth-of-type(n+2) {
  margin-top: 1em;
}
#course-online .course__profile ol li > p:nth-of-type(1) {
  text-indent: -2.5em;
}
#course-online .course__profile ol li > p:nth-of-type(n+2) {
  margin-top: 1em;
}
#course-online .course__profile ol li .review {
  padding: 20px;
  border: dotted 1px #999999;
  background-color: #FFFFFF;
  border-radius: 6px;
  margin-top: 1em;
}
#course-online .course__profile ol li .review h3 {
  color: #e54b4b;
  font-size: 120%;
  font-weight: bold;
}
#course-online .course__profile ol li .review p {
  margin-top: 1em;
}
#course-online .course__profile ol li .review ol li {
  margin-top: 1em;
}
#course-online .course__profile ol li .review ol li h4 {
  font-weight: bold;
}
#course-online .course__profile ol li .review ol li h4 + p {
  margin-top: 0;
}
#course-online .course__review {
  margin-top: 50px;
}

/*---------------------
  お得なパッケージ
---------------------*/
#package section {
  margin-top: 80px;
}

#package .headline1 {
  margin-bottom: 30px;
}

#package p {
  margin: 1.5em 0;
}

#package p,
#package li,
#package dt, #package dd {
  line-height: 2;
}

#package a {
  color: #c00;
}

.center {
  text-align: center;
}

.noNum li {
  list-style: none !important;
  margin-left: 0 !important;
}

#package ul > li {
  list-style: disc;
  margin-left: 1.25em;
  margin-top: 1em;
}

#package ol > li {
  list-style: decimal;
  margin-left: 1.25em;
  margin-top: 1em;
}

#intro h3 {
  margin-top: 50px;
}

#intro h4,
#package section dt {
  color: #e54b4b;
  font-size: 120%;
  font-weight: bold;
  margin-top: 30px;
  margin-bottom: 0.5em;
}

#intro ol li {
  list-style: disc;
}

#package section dl {
  margin-bottom: 50px;
  border-bottom: dotted 1px #000000;
}

#package section dd:last-child {
  padding-bottom: 50px;
}

#package .price h5,
#package .price h4 {
  font-weight: bold;
  color: #c00;
  margin-top: 1em;
}

#package .price ul:nth-last-child(n+2) {
  margin-bottom: 50px;
}

#package .voice {
  margin-top: 30px !important;
}

#package .shortpackage__flow ol li {
  list-style: none;
  text-indent: -7em;
  padding-left: 7em;
}

/*---------------------
  英検1級対策1日40分コース
---------------------*/
#oneDay40 p {
  margin-bottom: 1em;
}

#oneDay40 #intro {
  margin: 20px 0px 0px 0px;
}

#oneDay40 #intro ol li {
  margin-bottom: 20px;
  padding: 0px 0px 50px 0px;
  background-image: url("../images/course/flow_arrow.png");
  background-position: 50% 100%;
  background-repeat: no-repeat;
}

#oneDay40 #intro ol li:last-child {
  padding: 0px 0px 0px 0px;
  background-image: none;
}

#oneDay40 #intro ol li span {
  display: block;
  padding: 20px;
  border: dotted 1px #999999;
  background-color: #FFFFFF;
  border-radius: 6px;
}

#oneDay40 #lesson dt {
  margin-top: 50px;
}

#oneDay40 #lesson dd {
  margin-top: 10px;
  margin-left: 1.5em;
}

#oneDay40 #program {
  margin-top: 80px;
}

#oneDay40 #program ol {
  margin-top: 20px;
}

#oneDay40 #program ol li {
  list-style: decimal;
  margin-left: 1.5em;
  margin-bottom: 0.5em;
}

#oneDay40 #program dd ol li {
  margin-left: 3em;
}

#oneDay40 #program dt {
  margin-top: 50px;
  margin-bottom: -0.5em;
}

#oneDay40 #voice {
  margin-top: 80px;
}

/*---------------------
  2016年英検1級過去問対策コース
---------------------*/
#exam .headline1 {
  margin-bottom: 30px;
}
#exam p {
  margin: 1em 0 1.5em 0;
}
#exam section {
  margin-top: 50px;
}
#exam #intro h3 {
  margin-top: 50px;
}
#exam #intro li {
  margin-top: 1em;
  list-style-type: decimal;
  margin-left: 1.5em;
}
#exam #lesson dt {
  margin-top: 50px;
}
#exam #lesson dd {
  margin: 1em 0 0 0;
}
#exam #profile li {
  margin-top: 1em;
  list-style-type: disc;
  margin-left: 1.5em;
}

/*---------------------
  英検1級要約特訓コース
---------------------*/
#summarize > section:nth-child(n+2) {
  margin-top: 60px;
}
#summarize > section .subHeading {
  font-weight: bold;
  color: #e54b4b;
}
#summarize > section .subHeading2 {
  font-weight: bold;
}
#summarize > section p:nth-child(n+2) {
  margin-top: 1em;
}
#summarize > section ul {
  margin-top: 1em;
  padding-left: 1.5em;
}
#summarize > section ul li {
  list-style-type: disc;
}
#summarize > section ul li + li {
  margin-top: 0.5em;
}
#summarize > section ul li p:nth-of-type(1) {
  margin-top: 0;
}
#summarize > section ol {
  margin-top: 1em;
}
#summarize > section ol li + li {
  margin-top: 0.5em;
}
#summarize > section ol li p:nth-of-type(1) {
  margin-top: 0;
}
#summarize > section .inner_section {
  margin-top: 1em;
}
#summarize > section .inner_section p:nth-of-type(1) {
  margin-top: 0;
}
#summarize .voice ul {
  padding: 0;
}

/*---------------------
  英検1級対策リテンション特訓コース
---------------------*/
#days30 p {
  margin-bottom: 1em;
}

#days30 #intro {
  margin: 20px 0px 0px 0px;
}

#days30 #intro ol li {
  margin-bottom: 20px;
  padding: 0px 0px 50px 0px;
  background-image: url("../images/course/flow_arrow.png");
  background-position: 50% 100%;
  background-repeat: no-repeat;
}

#days30 #intro ol li:last-child {
  padding: 0px 0px 0px 0px;
  background-image: none;
}

#days30 #intro ol li span {
  display: block;
  padding: 20px;
  border: dotted 1px #999999;
  background-color: #FFFFFF;
  border-radius: 6px;
}

#days30 #lesson {
  margin-top: 40px;
}

#days30 #lesson dd {
  margin-top: 10px;
  margin-bottom: 30px;
  margin-left: 1.5em;
}

#days30 .flow {
  margin-top: 40px;
}

#days30 .flow dl {
  margin-top: 20px;
}

#days30 .flow dt {
  clear: left;
  float: left;
  margin: 0 0 0.8em;
  width: 8em;
}

#days30 .flow dd {
  margin-bottom: 0.8em;
  margin-left: 9em;
}

#days30 #order {
  margin-top: 40px;
}

#days30 #order h3 {
  margin-bottom: 20px;
}

#days30 #program {
  margin-top: 40px;
}

#days30 #program ol {
  margin-top: 20px;
}

#days30 #program ol li {
  list-style: decimal;
  margin-left: 1.5em;
  margin-bottom: 0.5em;
}

#days30 #program dd ol li {
  margin-left: 3em;
}

#days30 #program dt {
  margin-top: 30px;
  margin-bottom: -0.5em;
}

/*---------------------
  二次対策特訓
---------------------*/
#training section:nth-child(n+2) {
  margin-top: 80px;
}

#training h3 {
  margin-top: 50px;
}

#training p {
  margin: 1em 0;
}

#training ul li {
  margin: 1em 0 0 1em;
  list-style: disc;
}

#training ol li {
  margin: 0.5em 0 0 2em;
  list-style: decimal;
}

#training #sec1 ol.step {
  margin-top: 1em;
}

#training #sec1 ol.step li {
  margin: 0 0 20px 0;
  list-style: none;
  padding: 0px 0px 50px 0px;
  background-image: url("../images/course/flow_arrow.png");
  background-position: 50% 100%;
  background-repeat: no-repeat;
}

#training #sec1 ol.step li:last-child {
  padding: 0px 0px 0px 0px;
  background-image: none;
}

#training #sec1 ol.step li span {
  display: block;
  padding: 20px;
  border: dotted 1px #999999;
  background-color: #FFFFFF;
  border-radius: 6px;
}

#training #intro .table h5 {
  text-align: center;
  font-weight: bold;
  margin-top: 1em;
}

#training #intro .table table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 1em;
}

#training #intro .table table th,
#training #intro .table table td {
  border: solid 1px #000;
  padding: 0.5em;
  text-align: center;
}

/*---------------------
  共通：感想
---------------------*/
#voice, .voice {
  margin-top: 50px;
}

#voice li, .voice li {
  list-style: none !important;
  margin: 20px 0 0 0 !important;
  padding: 20px;
  border: dotted 1px #999999;
  background-color: #FFFFFF;
  border-radius: 6px;
}

#voice li p:first-child, .voice li p:first-child {
  margin-top: 0px !important;
}

#voice li p:last-child, .voice li p:last-child {
  margin-bottom: 0px !important;
}

.review__list li {
  list-style: none !important;
  margin: 20px 0 0 0 !important;
  padding: 20px;
  border: dotted 1px #999999;
  background-color: #FFFFFF;
  border-radius: 6px;
}
.review__list li p {
  margin: 1em 0;
}
.review__list li p:first-child {
  margin-top: 0px !important;
}
.review__list li p:last-child {
  margin-bottom: 0px !important;
}

.list--disc {
  padding-left: 1.5em;
}
.list--disc li {
  list-style-type: disc;
}
.list--disc li:nth-child(n+2) {
  margin-top: 0.5em;
}
/*# sourceMappingURL=course.css.map */