@charset "UTF-8";
/*角丸*/
/*レイアウト*/
#containerArea {
  width: 1000px;
  margin: 0px auto;
  background-color: #FFF;
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.65);
  behavior: url(/ad5_2/PIE.htc);
}

#main {
  padding: 0px 30px;
}

.pc-bl {
  display: block !important;
}

.sp-bl {
  display: none !important;
}

@media (max-width: 767px) {
  .sp-bl {
    display: block !important;
  }
  .pc-bl {
    display: none !important;
  }
}
/*スタイル*/
body {
  border-top: solid 3px #004896;
  color: #444;
  background: #F0F0F0;
}

strong {
  color: #FF3366;
  font-weight: normal;
}

#main .section {
  width: 900px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 100px;
}
#main .section p {
  font-size: 138.5%;
  line-height: 1.8;
  margin-bottom: 30px;
}
#main .section div.line {
  background: url(../img/h2-bg_01.png) repeat-x 0px 25px;
}
#main .section h2 {
  font-size: 35px;
  padding-bottom: 30px;
  padding-right: 10px;
  background: #fff;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
#main .section h2 span {
  color: #FF3366;
  font-size: 35px;
}
#main .section h3 {
  font-size: 189%;
  color: #3FACD2;
}
#main .section h4 {
  font-style: italic;
  font-family: "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", serif;
  font-size: 138.5%;
  font-weight: bold;
}
#main .section hr {
  border: none;
  border-top: solid 1px #D8D8D8;
  border-bottom: solid 1px #fff;
  width: 50%;
  margin: 50px auto;
  clear: both;
  height: 1px;
}
#main .section p span {
  font-size: 13px;
}
#main .att-box {
  width: 700px;
  margin: 10px auto 40px;
  padding: 30px 0;
  display: flex;
  justify-content: space-between;
}
#main .att-box .att-01,
#main .att-box .att-02 {
  padding: 20px;
  border: 2px solid #ff3366;
  border-radius: 7px;
  text-align: center;
}
#main .att-box .att-01 p,
#main .att-box .att-02 p {
  color: #333333;
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 10px;
  white-space: nowrap;
}
#main .att-box .att-01 a,
#main .att-box .att-02 a {
  display: inline-block;
  color: #ffffff;
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
}
#main .att-box .att-01 a.l-exp,
#main .att-box .att-02 a.l-exp {
  background-color: #ff3366;
  padding: 11px 25px 8px;
  border: 1px solid #ff3366;
  border-radius: 7px;
}
#main .att-box .att-01 a.l-doc,
#main .att-box .att-02 a.l-doc {
  background-color: #4a9b52;
  padding: 11px 25px 8px;
  border: 1px solid #4a9b52;
  border-radius: 7px;
}
#main .att-box .att-01 {
  margin: 0 30px 0 0;
}
#main .section .pt-in-bx {
  display: flex;
  flex-direction: row-reverse;
}
#main .section .pt-in-bx img {
  width: 300px;
  height: 300px;
}

@media (max-width: 767px) {
  #main {
    margin: 0;
  }
  #main .att-box {
    width: 780px;
    margin: 30px auto;
    padding: 30px 0;
    display: flex;
    flex-flow: column;
  }
  #main .att-box .att-01,
  #main .att-box .att-02 {
    width: 90%;
    padding: 40px 20px;
    border: 2px solid #ff3366;
    border-radius: 7px;
    text-align: center;
  }
  #main .att-box .att-01 p,
  #main .att-box .att-02 p {
    color: #333333;
    font-weight: bold;
    font-size: 40px;
    margin-bottom: 10px;
    white-space: nowrap;
  }
  #main .att-box .att-01 a,
  #main .att-box .att-02 a {
    display: inline-block;
    color: #ffffff;
    font-size: 40px;
    font-weight: bold;
    text-decoration: none;
  }
  #main .att-box .att-01 a.l-exp,
  #main .att-box .att-02 a.l-exp {
    background-color: #ff3366;
    padding: 11px 40px 8px;
    border: 1px solid #ff3366;
    border-radius: 7px;
  }
  #main .att-box .att-01 a.l-doc,
  #main .att-box .att-02 a.l-doc {
    background-color: #4a9b52;
    padding: 11px 40px 8px;
    border: 1px solid #4a9b52;
    border-radius: 7px;
  }
  #main .att-box .att-01 {
    margin: 0 0 30px 10px;
  }
  #main .att-box .att-02 {
    margin: 0 0 0 10px;
  }
  #main .section h2 {
    font-size: 42px;
  }
  #main .section h2 span {
    font-size: 42px;
  }
  #main .section h3 {
    font-size: 38px;
  }
  #main .section h4 {
    font-size: 36px;
    font-style: normal;
  }
  #main .section p {
    font-size: 38px;
  }
  #main .section p span {
    font-size: 32px;
  }
  #main .section .sc-pr {
    font-size: 38px;
  }
  #main .section .pt-in-bx {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  #main .section .pt-in-bx .im-gr-01 {
    width: 60%;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #main .section .pt-in-bx .fl-l {
    width: 100%;
  }
  #main .section .pt-in-bx .fl-l .fl-note {
    font-size: 32px;
    text-align: right;
  }
  #main .section .pt-in-bx .im-gr-02 {
    width: 100%;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
    margin-bottom: 20px;
  }
  #main .section .im-gr-04 {
    width: 100%;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
    margin-bottom: 20px;
  }
  #main .section.fl-x {
    margin-bottom: 30px;
  }
  #main .section.fl-x .fl-x-p {
    font-size: 38px;
  }
  #main .section.sc-btm h3 {
    margin-bottom: 20px;
  }
  #main .section.sc-btm h4 {
    color: #FF3366;
    font-size: 36px;
    font-style: normal;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "游ゴシック", "Yu Gothic", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
  #main .section.sc-btm .im-fle {
    display: block;
    width: 70%;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
    margin: 0 auto 20px;
  }
  #main .inner .fl-rv {
    display: flex;
    flex-direction: column-reverse;
  }
  #main #point6 .im-gr-03 {
    width: 100%;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
/*キービジュアル*/
#headerArea:before {
  content: url(../img/kv-bg_1310.jpg);
}

#headerArea {
  height: 705px;
  border-bottom: solid 1px #CCCCCC;
  margin-bottom: 35px;
  position: relative;
}
#headerArea h1 {
  position: absolute;
  top: 180px;
  left: 10px;
}
#headerArea .data-sch {
  width: 340px;
  height: 260px;
  padding: 20px;
  background: #fff;
  border: solid 2px #FF3366;
  position: absolute;
  top: 310px;
  right: 25px;
  -webkit-border-radius: 7px;
  behavior: url(/ad5_2/PIE.htc);
  -moz-border-radius: 7px;
  behavior: url(/ad5_2/PIE.htc);
  -ms-border-radius: 7px;
  behavior: url(/ad5_2/PIE.htc);
  -o-border-radius: 7px;
  behavior: url(/ad5_2/PIE.htc);
  border-radius: 7px;
  behavior: url(/ad5_2/PIE.htc);
}
#headerArea .data-sch table {
  position: relative;
  top: 25px;
  left: 15px;
  font-size: 138.5%;
}
#headerArea .data-sch table th {
  font-weight: bold;
  width: 4em;
}
#headerArea .data-sch table td {
  font-weight: bold;
  text-align: right;
  padding: 4px 0px;
}
#headerArea .data-sch table td.lastChild {
  width: 90px;
}
#headerArea .action {
  position: relative;
  bottom: -45px;
  left: 14px;
}
#headerArea .logo {
  position: absolute;
  top: 10px;
  left: 30px;
}
#headerArea .period {
  color: #fff;
  background: #5F84FA;
  font-size: 138.5%;
  position: absolute;
  top: 10px;
  right: 0px;
  width: 370px;
  text-align: center;
  height: 30px;
  line-height: 33px;
}
#headerArea .data {
  font-size: 77%;
  position: absolute;
  bottom: 5px;
  right: 15px;
}

/*選ばれる理由*/
#point .inner {
  margin-left: 30px;
}
#point .inner h3 {
  margin-bottom: 20px;
  margin-left: -20px;
}
#point img.fl-r {
  _margin-right: -10px;
}
#point .fl-l {
  width: 570px;
}
#point .fl-l .fl-note {
  font-size: 12px;
  text-align: right;
}

/*セミナー参加*/
.seminar ul.check {
  padding: 5px 0px 15px 0px;
  margin-left: 25px;
}
.seminar ul.check li {
  font-size: 123.1%;
  padding: 5px 0px;
}
.seminar ul.check li:before {
  content: "◆";
  color: #FF3366;
}
.seminar .sch {
  clear: both;
  margin-top: 30px;
  padding: 20px;
  background: #F0F0F0;
  border: solid 1px #CCCCCC;
  background: #ffffff; /* Old browsers */ /* FF3.6+ */ /* Chrome,Safari4+ */ /* Chrome10+,Safari5.1+ */ /* Opera 11.10+ */ /* IE10+ */
  background: linear-gradient(to bottom, #ffffff 0%, #f9f9f9 29%, #f7f7f7 29%, #f4f4f4 50%, #f2f2f2 50%, #efefef 71%, #ededed 72%, #ececec 77%, #ececec 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#ececec",GradientType=0 ); /* IE6-9 */
}
.seminar .sch h3 {
  text-align: center;
  color: #FF3366 !important;
  border-bottom: solid 1px #CCCCCC;
  padding-bottom: 20px;
}
.seminar .sch table {
  /*width: 420px;*/
  width: 100%;
  font-size: 138.5%;
  margin: 35px 0px;
}
.seminar .sch table th {
  width: 3.5em;
  padding-left: 10px;
}
.seminar .sch table th.firstChild {
  padding-left: 0px;
}
.seminar .sch table td {
  text-align: right;
  padding: 5px 0px;
  vertical-align: middle;
}
.seminar .sch table td.ico {
  width: 75px;
  text-align: center;
}
.seminar .sch table td.line {
  background: #CCCCCC;
  width: 1px;
}
.seminar .sch table td.endTime {
  padding-right: 10px;
}
.seminar .sch table td.endTime.lastChild {
  padding-right: 0px;
}
.seminar .sch .action {
  clear: both;
  text-align: center;
  margin-top: 35px;
}
.seminar .sch .sub {
  border-top: dashed 1px #CCCCCC;
  padding-top: 15px;
}
.seminar .sch .sub h4 {
  color: #4A9B52;
  font-size: 153.9%;
}
.seminar .sch .sub p {
  margin-bottom: 0px !important;
}
.seminar .sch .sub p.txt {
  font-size: 108% !important;
  float: left;
  width: 430px;
}
.seminar .sch .sub p.action-request {
  margin-bottom: 0px;
  float: right;
}
.seminar .sch .sch-lu li .she-tx {
  font-size: 18px;
}
.seminar .sch .sch-lu li .ico {
  width: 80px;
  height: 30px;
}

@media (max-width: 767px) {
  .seminar ul.check li {
    font-size: 36px;
  }
  .seminar .sch table {
    font-size: 24px;
  }
  .seminar .sch table .ico_sem {
    width: 100px;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .seminar .sch ul {
    padding: 30px 0 0 20px;
    line-height: 1.8;
  }
  .seminar .sch .sub p.txt {
    font-size: 28px !important;
  }
  .seminar .sch .sub .action-request img {
    width: 420px;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .seminar .sch .sch-lu li .she-tx {
    font-size: 24px;
  }
  .seminar .sch .sch-lu li .ico img {
    width: 128px;
    height: 48px;
  }
}
/*合格者の声*/
#voice h3 {
  position: relative;
}
#voice h3 span {
  position: absolute;
  right: 10px;
  top: 9px;
  font-size: 14px;
}

@media (max-width: 767px) {
  #voice h3 span {
    position: relative;
    font-size: 34px;
    display: inline-block;
    margin-bottom: 15px;
  }
}
/*受講システム*/
#system table {
  font-size: 116%;
}
#system table strong {
  font-weight: bold;
}
#system table th, #system table td {
  width: 270px;
  padding: 0px 20px;
  border-left: solid 1px #CCCCCC;
  vertical-align: top;
}
#system table th.firstChild, #system table td.firstChild {
  border-left: none;
}
#system table th {
  border-bottom: solid 1px #CCCCCC;
  padding: 10px 0px;
  text-align: center;
}
#system table td {
  padding-top: 25px;
  padding-bottom: 25px;
}
#system table td img {
  margin-top: 25px;
}
#system table td span {
  display: block;
  font-size: 12px;
}

/*販売価格*/
#price table.data-price {
  width: 100%;
  margin-bottom: 10px;
  border: solid 1px #CCCCCC;
  background: #ffffff; /* Old browsers */ /* FF3.6+ */ /* Chrome,Safari4+ */ /* Chrome10+,Safari5.1+ */ /* Opera 11.10+ */ /* IE10+ */
  background: linear-gradient(to bottom, #ffffff 0%, #f9f9f9 29%, #f7f7f7 29%, #f4f4f4 50%, #f2f2f2 50%, #efefef 71%, #ededed 72%, #ececec 77%, #ececec 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#ececec",GradientType=0 ); /* IE6-9 */
}
#price table.data-price thead th {
  text-align: center;
  border: solid 1px #CCCCCC;
  padding: 20px 0px;
}
#price table.data-price thead th.firstChild {
  width: 330px;
}
#price table.data-price thead th span {
  font-size: 138.5%;
}
#price table.data-price tbody th {
  font-size: 138.5%;
  border: solid 1px #CCCCCC;
  padding-left: 15px;
}
#price table.data-price tbody td {
  text-align: center;
  border: solid 1px #CCCCCC;
  padding: 15px 0px;
}
#price ul.note li:before {
  content: "※";
}

/*フッター*/
#footerArea {
  background: #004896;
  color: #fff;
  padding: 10px;
  position: relative;
}
#footerArea p.txt {
  font-size: 131%;
}
#footerArea address {
  font-size: 93%;
  position: absolute;
  right: 10px;
  bottom: 5px;
}/*# sourceMappingURL=module.css.map */