@charset "UTF-8";
body {
  color: #333333;
  background-color: #fff;
}

p {
  color: #333333;
}

ul {
  list-style: none;
}

img {
  height: auto;
}

/* LINK */
a,
a:visited,
a:hover,
a:active,
a:focus {
  color: #005337;
  text-decoration: none;
}

a:hover,
a:active,
a:focus {
  color: #002015;
}

h1, h2, h3, h4, h5, h6 {
  color: black;
}

h1, h2, h3, h4, h5, h6,
strong,
b {
  font-weight: bold;
}

/* テキスト選択の色を変える */
.mt0 {
  margin-top: 0px !important;
}

.mr0 {
  margin-right: 0px !important;
}

.mb0 {
  margin-bottom: 0px !important;
}

.ml0 {
  margin-left: 0px !important;
}

.pt0 {
  padding-top: 0px !important;
}

.pr0 {
  padding-right: 0px !important;
}

.pb0 {
  padding-bottom: 0px !important;
}

.pl0 {
  padding-left: 0px !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mr5 {
  margin-right: 5px !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.ml5 {
  margin-left: 5px !important;
}

.pt5 {
  padding-top: 5px !important;
}

.pr5 {
  padding-right: 5px !important;
}

.pb5 {
  padding-bottom: 5px !important;
}

.pl5 {
  padding-left: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pr10 {
  padding-right: 10px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pl10 {
  padding-left: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mr15 {
  margin-right: 15px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.ml15 {
  margin-left: 15px !important;
}

.pt15 {
  padding-top: 15px !important;
}

.pr15 {
  padding-right: 15px !important;
}

.pb15 {
  padding-bottom: 15px !important;
}

.pl15 {
  padding-left: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pr20 {
  padding-right: 20px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pl20 {
  padding-left: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mr25 {
  margin-right: 25px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.ml25 {
  margin-left: 25px !important;
}

.pt25 {
  padding-top: 25px !important;
}

.pr25 {
  padding-right: 25px !important;
}

.pb25 {
  padding-bottom: 25px !important;
}

.pl25 {
  padding-left: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mr30 {
  margin-right: 30px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.ml30 {
  margin-left: 30px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pr30 {
  padding-right: 30px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.pl30 {
  padding-left: 30px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.mr35 {
  margin-right: 35px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.ml35 {
  margin-left: 35px !important;
}

.pt35 {
  padding-top: 35px !important;
}

.pr35 {
  padding-right: 35px !important;
}

.pb35 {
  padding-bottom: 35px !important;
}

.pl35 {
  padding-left: 35px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mr40 {
  margin-right: 40px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.ml40 {
  margin-left: 40px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.pr40 {
  padding-right: 40px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.pl40 {
  padding-left: 40px !important;
}

.mt45 {
  margin-top: 45px !important;
}

.mr45 {
  margin-right: 45px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.ml45 {
  margin-left: 45px !important;
}

.pt45 {
  padding-top: 45px !important;
}

.pr45 {
  padding-right: 45px !important;
}

.pb45 {
  padding-bottom: 45px !important;
}

.pl45 {
  padding-left: 45px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mr50 {
  margin-right: 50px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.ml50 {
  margin-left: 50px !important;
}

.pt50 {
  padding-top: 50px !important;
}

.pr50 {
  padding-right: 50px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}

.pl50 {
  padding-left: 50px !important;
}

/* LIST */
.inlineList li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

/* TRIANGLE */
.tri:after {
  bottom: -30px;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-top-color: #005337;
  border-width: 15px;
  margin-left: -15px;
  z-index: 1000;
}

body {
  text-align: center;
}

.fullImg img {
  width: 100%;
  max-width: 1200px;
}

.wStyle1 {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1200px;
  min-width: auto;
}

.red {
  color: #b6050e !important;
}


#membersVoice {
  margin: 0 auto;
  background: #005337;
}
#membersVoice .intro .copy {;
  border-top: 1px solid rgba(255, 255, 255, 0.8);
  border-bottom: 1px solid rgba(255, 255, 255, 0.8);
}

#membersVoice .members {
  overflow-y: hidden;
  margin: 0 auto;
  width: 980px;
  background-color: #fff;
}
#membersVoice .members h4,
#membersVoice .members h5 {
  font-family: YuMincho, "游明朝", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
#membersVoice .members h4 {
  padding: 1.5em 0;
  font-size: 28px;
  color: #005337;
}
#membersVoice .members h5 {
  margin-bottom: 1em;
  padding: 0 0 0.5em;
  font-size: 20px;
  font-weight: normal;
  border-bottom: 1px solid #005337;
}
#membersVoice .members .fltL.txt {
  padding: 0 0 0 30px;
}
#membersVoice .members .fltR.txt {
  padding: 0 30px 20px 0;
}
#membersVoice .members .txt {
  width: 412px;
  text-align: left;
}
#membersVoice .members .txt .body p {
  margin-bottom: 1em;
  padding: 0;
  line-height: 1.6;
}
#membersVoice .members .photo {
  width: 512px;
}
#membersVoice .members .photo img {
  margin-top: 0.4em;
}
#membersVoice .caseRokko,
#membersVoice .caseGtenba {
  margin-bottom: 2em;
}

#entryFlow {
  margin: 0 auto 8em;
  padding: 4em 0 7em;
  background: #997634 url(../lp-imgs/bg_iai_r.png) no-repeat left top;
  background-size: 100% 100%;
}
#entryFlow h3 {
  padding: 0 0 3em;
}
#entryFlow .flow {
  margin: 0 auto;
  padding: 50px;
  width: 720px;
  background-color: #fff;
}

#entryFlow .flow dl dt,
#entryFlow .flow dl dd {
  position: relative;
  border: 1px solid #005337;
}
#entryFlow .flow dl dt {
  vertical-align: middle;
  background-color: #005337;
}
#entryFlow .flow dl dd div {
  padding: 20px;
}
#entryFlow .flow dl dd p {
  text-align: left;
  font-size: 16px;
}
#entryFlow .flow dl dd div div p,
#entryFlow .flow dl dd p:last-child {
  margin-bottom: 0;
}
#entryFlow .flow dl dd p b {
  color: #005337;
}
#entryFlow .flow dl dd ul {
  display: table;
}
#entryFlow .flow dl dd ul li {
  float: left;
}
#entryFlow .flow dl dd ul li:first-child {
  margin-right: 30px;
}




#courseGallery .fullImg {
  position: relative;
}
#courseGallery .fullImg .cr,
#courseGallery .fullImg .txt img {
  position: absolute;
}
#courseGallery .fullImg .cr {
  bottom: 30px;
  right: 30px;
  margin-bottom: 0;
  padding: 4px 8px;
  font-style: italic;
  font-size: 12px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.4);
}
#courseGallery .fullImg .txt img {
  left: 50px;
  bottom: 30px;
  width: 354px;
  height: auto;
}
#courseGallery .bx-wrapper .bx-pager.bx-default-pager a {
  background-color: #888;
  width: 12px;
  height: 12px;
  -moz-border-radius: 24px;
  -webkit-border-radius: 24px;
  border-radius: 24px;
}
#courseGallery .bx-wrapper .bx-pager.bx-default-pager a:hover,
#courseGallery .bx-wrapper .bx-pager.bx-default-pager a.active {
  background-color: #005337;
}

#topMessage {
  margin-bottom: 3em;
}
#topMessage .intro {
  margin-bottom: 3em;
}
#topMessage .intro .fullImg {
  margin-bottom: 5em;
}
#topMessage .intro .fullImg img {
  max-width: 1200px;
  min-width: 980px;
}
#topMessage .intro h3 {
  margin-bottom: 1em;
}
#topMessage .intro p {
  margin-bottom: 3em;
}
#topMessage .main {
  margin: 0 auto;
}
#topMessage .main .fltL {
  width: 33.33333%;
  height: auto;
  overflow: hidden;
}
#topMessage .main .fltR {
  width: 62.91667%;
}
#topMessage .main .fltR h4 {
  margin-bottom: 20px;
  padding: 30px 0;
  line-height: 1;
  border-top: 1px solid #005337;
  border-bottom: 1px solid #005337;
}
#topMessage .main .fltR p {
  text-align: left;
  font-size: 16px;
  line-height: 1.8;
}
#topMessage .main .fltR p:last-child {
  margin-bottom: 0;
}

#price {
  margin: 12em auto 2em;
  padding: 4em 0;
  background: #997634 url(../lp-imgs/bg_iai_l.png) no-repeat left top;
  background-size: 100% 100%;
}
#price p {
  margin-bottom: 0;
}
#price .intro h3 {
  margin-bottom: 4em;
}
#price .cronyRow,
#price .newRow,
#price .discountRow {
  margin: 0 40px 2em;
  padding: 40px 0;
  background-color: #fff;
}
#price .discountRow {
  margin-bottom: 0;
}
#price .newRow .intro h4 {
  margin-bottom: 1.5em !important;
}
#price .priceRow {
  margin: 0 auto;
  padding: 0 40px;
}
#price .priceRow .intro h4 {
  margin: 0 0 0.5em;
  padding: 0.5em 0;
  font-family: YuMincho, "游明朝", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 32px;
  font-weight: normal;
  border: 1px solid rgba(0, 83, 55, 0.8);
  border-right: none;
  border-left: none;
  color: #005337;
}
#price .priceRow .intro p {
  margin-bottom: 3em;
  font-size: 18px;
  font-family: YuMincho, "游明朝", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
#price .priceRow h5 {
  margin-bottom: 0.5em;
  font-family: YuMincho, "游明朝", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 28px;
  color: #005337;
}
#price .priceRow table,
#price .priceRow table tr th,
#price .priceRow table tr td {
  padding: 0.2em 1em;
  border: 1px solid #ccc;
  border-collapse: collapse;
  background-color: #F9F2E6;
  vertical-align: middle;
}
#price .priceRow table {
  margin-bottom: 0.3em;
  width: 100%;
  font-size: 14px;
}
#price .priceRow table caption {
  font-size: 16px;
}
#price .priceRow .tStyle1 {
  font-size: 18px;
  font-family: YuMincho, "游明朝", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  color: #fff;
}
#price .priceRow .tStyle1,
#price .priceRow .tStyle1 th {
  padding: 1em !important;
  text-align: center;
  background-color: #005337;
}
#price .priceRow .bdrBtm {
  border-bottom-width: 1px;
  border-bottom-color: #000;
}
#price .priceRow .ttl {
  font-size: 22px;
  font-family: YuMincho, "游明朝", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: bold;
  line-height: 1.2;
  color: #005337;
}
#price .priceRow .ttl span {
  font-size: 14px;
}
#price .priceRow .value {
  font-size: 26px;
  font-family: YuMincho, "游明朝", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: bold;
  color: #b6050e;
}
#price .priceRow .value span {
  margin-left: 0.2em;
  font-size: 16px;
  color: #005337;
}
@media screen and (max-width: 1024px) {
  #price .priceRow {
    padding: 0 20px;
  }
  #price .priceRow .ttl {
    font-size: 20px;
  }
  #price .priceRow .value {
    font-size: 24px;
  }
  #price .priceRow .value span {
    font-size: 14px;
  }
  #price .priceRow table,
  #price .priceRow table tr th,
  #price .priceRow table tr td {
    padding: 0.4em 0.6em;
  }
}
#price .box1 {
  margin: 0 auto 3em;
  width: 810px;
  border: 1px solid #005337;
  background-color: #fff;
}
#price .box1 div {
  padding: 20px;
  text-align: left !important;
}
#price .box1 .ttl {
  padding: 0.5em 0;
  font-size: 24px;
  font-family: YuMincho, "游明朝", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  color: #fff;
  background-color: #005337;
}
#price .box1 .ttl strong {
  font-weight: normal;
}
#price .box1 .lead {
  font-size: 18px;
}
#price .box1 ul {
  text-align: left !important;
}
#price .box1 ul li {
  font-size: 16px;
}
#price .contactRow {
  margin: 0 auto 2em;
  width: 810px;
}
#price .contactRow h5 {
  width: 490px;
  margin: 0 auto 0.8em;
  padding-bottom: 0.5em;
  font-family: YuMincho, "游明朝", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 28px;
  color: #005337;
  border-bottom: 1px solid #005337;
}
#price .contactRow ul {
  margin: 0 auto 1em;
  width: 480px;
  font-size: 18px;
}
#price .contactRow ul li:first-child {
  margin-right: 50px;
}
#price .contactRow ul li b {
  color: #005337;
}
