@charset "UTF-8";
/*----------------------------------------------------------------------
2.	ブラウザデフォルトスタイルリセット
----------------------------------------------------------------------*/
body,
h1, h2, h3, h4, h5, h6,
div,
p,
ul, ol, dl,
form, fieldset,
table,
address,
blockquote,
noscript,
pre,
tr,
td,
input,
textarea {
  margin: 0;
  padding: 0;
  font-style: normal;
}

body {
  font-size: 10px;
}

* html body {
  font-size: 62.5%;
}

* + html body {
  font-size: 62.5%;
}

body > iframe {
  display: none;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 1em;
  font-weight: normal;
}

small {
  font-size: 1em;
}

mark {
  background: none;
}

fieldset {
  border: none;
}

legend {
  display: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0px;
  font-size: inherit;
  font: 100%;
}

li {
  list-style-type: none;
}

dd {
  margin: 0;
}

a,
abbr,
acronym,
em,
strong,
span,
img,
sub,
sup,
input,
button,
textarea,
select,
label,
caption {
  font-weight: normal;
  font-style: normal;
}

a {
  text-decoration: none;
}

img {
  border: none;
  vertical-align: bottom;
}

caption, th {
  font-weight: normal;
  text-align: left;
}

th, td {
  padding: 0px;
}

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
}

textarea {
  vertical-align: top;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

header, footer, article, section, aside,
nav,
figure, figcaption {
  display: block;
  margin: 0;
  padding: 0;
}

/*--------------------------
  contact
---------------------------*/
#contact.box {
  width: 1180px;
  margin: 0 auto;
  padding: 80px 0;
}
@media screen and (max-width: 768px) {
  #contact.box {
    padding: 40px 0 0;
  }
}

@media screen and (max-width: 1180px) {
  #contact.box {
    width: 96%;
  }
}
@media screen and (max-width: 768px) {
  #contact.box {
    width: 100%;
    margin-bottom: 10%;
  }
}
#contact .box__title {
  position: relative;
  margin-bottom: 35px;
  padding-bottom: 14px;
  font-size: 30px;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  #contact .box__title {
    margin: 0 4% 8%;
    padding-bottom: 3%;
    font-size: 22px;
    line-height: 1.2;
  }
}
#contact .box__title:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 80px;
  height: 2px;
  background: #000;
}

@media screen and (max-width: 768px) {
  .contact {
    margin-top: 8%;
  }
}
.contact__text {
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .contact__text {
    margin: 4%;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.47059;
  }
}
.contact__table {
  width: 100%;
  margin: 0 auto 45px;
  table-layout: fixed;
}

.contact__table span.remove {
  text-decoration: line-through;
}

@media screen and (max-width: 1180px) {
  .contact__table {
    margin-bottom: 5%;
  }
}
.contact__table th,
.contact__table td {
  line-height: 1.3;
  border: 10px solid #fafafa;
  vertical-align: middle;
  font-size: 16px;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .contact__table th,
  .contact__table td {
    display: list-item;
    font-size: 16px;
    list-style: none;
    border: none;
  }
}
.contact__table th {
  width: 340px;
  padding: 15px 10px 15px 30px;
  background: #E4DFD5;
}

@media screen and (max-width: 768px) {
  .contact__table th {
    position: relative;
    width: 100%;
    padding: 2% 5%;
  }
}
.contact__table td {
  padding: 15px 20px;
  background: #F8F5EE;
}
.contact__table td.date label {
  display: block;
  margin: 5px 0;
  word-break: break-all;
}

@media screen and (max-width: 768px) {
  .contact__table td {
    padding: 3% 5%;
    background: none;
  }
}
.contact__table td input:not(:first-child) {
  margin-top: 13px;
}

.contact__table .required {
  display: inline-block;
  width: 40px;
  margin-right: 4px;
  padding: 4px 0;
  background: #E35580;
  color: #FFF;
  font-size: 0.875em;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .contact__table .required {
    width: auto;
    margin-right: 1%;
    padding: 1% 2%;
    font-size: 13px;
  }
}
.contact__table input[type="text"] {
  padding: 5px;
  border: 2px solid #B0B0B0;
}

.contact__table .long {
  width: 80%;
}

@media screen and (max-width: 768px) {
  .contact__table .long {
    width: 100%;
  }
}
.contact__table .middle {
  width: 60%;
}

@media screen and (max-width: 768px) {
  .contact__table .middle {
    width: 100%;
  }
}
.contact__table .short {
  width: 40%;
}

@media screen and (max-width: 768px) {
  .contact__table .short {
    width: 100%;
  }
}
.contact__table textarea {
  width: 100%;
  padding: 5px;
  resize: vertical;
  line-height: 1.2;
  border: 2px solid #B0B0B0;
}

@media screen and (max-width: 1180px) {
  .contact__table select {
    width: 100%;
  }
}
.contact__table__text {
  margin-bottom: 20px;
  font-size: 16px;
  text-align: center;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  .contact__table__text {
    margin: 0 5% 3%;
    font-size: 14px;
    line-height: 1.42857;
    text-align: left;
  }
}
.contact__table__text a {
  color: #000;
  text-decoration: underline;
}

.contact__table__text a:hover {
  text-decoration: none;
}

.contact__table__text.caution {
    margin-bottom: 40px;
}

.contact__table__notice {
    margin-top: 1em;
    font-size: 14px;
    line-height: 1.2;
}

.contact__button__area {
  display: flex;
  justify-content: space-between;
  width: 420px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .contact__button__area {
    width: 90%;
  }
}
.contact__button__area.-thanks {
  justify-content: center;
  margin-top: 70px;
}

@media screen and (max-width: 768px) {
  .contact__button__area.-thanks {
    margin-top: 8%;
  }
}
.contact__button__area input {
  -moz-transition: opacity 0.15s linear;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
  width: 200px;
  height: 50px;
  color: #FFF;
  font-size: 18px;
  font-weight: bold;
  border: none;
  cursor: pointer;
  outline: none;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .contact__button__area input {
    width: 47.16418%;
    height: auto;
    padding: 4% 0;
    font-size: 16px;
    font-weight: bold;
  }
}
.contact__button__area input:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=75);
  opacity: 0.75;
}

.contact__button__area input[type="reset"] {
  background: #c7c7c7;
}

.contact__button__area input[type="button"], .contact__button__area input[type="submit"] {
  background: #009fe8;
}

.confirm .contact__button__area input[type="button"] {
  background: #c7c7c7;
}

.error .contact__button__area {
  justify-content: center;
}

.data-r {
  color: #E35580;
  font-weight: bold;
}

html,
body {
  height: 100%;
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  html,
  body {
    max-width: 100%;
  }
}

body {
  font-size: 16px;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  color: #000;
  line-height: 1.6;
  -webkit-text-size-adjust: 100%;
}

body * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

a {
  transition: all .3s ease-out;
}
a:hover {
  opacity: .7;
}

/*-------------------------
  共通部分
--------------------------*/
.is-sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .is-sp {
    display: block;
  }
}

.is-pc {
  display: block;
}
@media screen and (max-width: 768px) {
  .is-pc {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  img {
    max-width: 100%;
  }
}

.content-inner {
  width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .content-inner {
    width: 100%;
    padding: 0 4%;
  }
}

.sec-title {
  text-align: center;
  color: #000;
  font-size: 38px;
  line-height: 1.3;
  font-family: "Helvetica Neue", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", Meiryo, serif;
}
@media screen and (max-width: 768px) {
  .sec-title {
    font-size: 23px;
  }
}

/* page top btn */
.right-nav {
  display: none;
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 1000;
}
@media screen and (max-width: 768px) {
  .right-nav {
    text-align: right;
  }
}

.right-nav a {
  -moz-transition: opacity 0.15s linear;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
  display: block;
}

.right-nav a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}

@media screen and (max-width: 768px) {
  .right-nav img {
    width: 70%;
  }
}

/*-------------------------
  content
--------------------------*/


/*-------------------------
  header
--------------------------*/
#header {
  -moz-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.7);
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.7);
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.7);
  position: fixed;
  top: 0;
  z-index: 1000;
  width: 100%;
  height: 60px;
  background: #02184c;
}

.header-inner {
  *zoom: 1;
  width: 1200px;
  z-index: 1000;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .header-inner {
    width: 100%;
    padding: 0 4%;
  }
}

.header-inner:after {
  content: "";
  display: table;
  clear: both;
}

.logo {
  float: left;
  padding-top: 16px;
}

#nav {
  float: right;
}
@media screen and (max-width: 768px) {
  #nav {
    display: none;
  }
}

.nav-list {
  *zoom: 1;
  padding-top: 23px;
}

.nav-list:after {
  content: "";
  display: table;
  clear: both;
}

.nav-item {
  float: left;
  padding: 0 20px;
}

.nav-item:first-child {
  padding-left: 0;
}

.nav-item:last-child {
  padding-right: 0;
}

.nav-item a {
  -moz-transition: opacity 0.15s linear;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
  color: #FFF;
  font-size: 16px;
  font-weight: bold;
}

/*--------------------------
  footer
---------------------------*/
#footer {
  width: 100%;
  background: #02184c;
  min-width: 1100px;
  padding: 12px 0 200px;
}
@media screen and (max-width: 768px) {
  #footer {
    min-width: 100%;
  }
}

#footer-inner {
  width: 1100px;
  margin: 0 auto;
  padding: 10px 0;
  font-size: 12px;
  text-align: center;
  color: #ffffff;
}
@media screen and (max-width: 768px) {
  #footer-inner {
    width: 100%;
    padding: 15px 4%;
  }
}

#footer-inner img {
  margin-right: 12px;
  vertical-align: middle;
  position: relative;
  top: -3px;
}

#footer-inner a {
  color: #FFF;
}

.footer-logo {
  margin-bottom: 5px;
}

.footer-top {
  display: flex;
  justify-content: center;
  align-items: baseline;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .footer-top {
    display: block;
    margin-bottom: 10px;
  }
}

/*-------------------------
  fee
--------------------------*/
#fee {
  background: #eeefef;
  padding: 100px 0;
}
@media screen and (max-width: 768px) {
  #fee {
    padding: 60px 0;
  }
}
#fee .content-inner {
  width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #fee .content-inner {
    width: 100%;
    padding: 0 4%;
  }
}
#fee .fee-block {
  background: #fff;
  padding: 60px 30px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  #fee .fee-block {
    padding: 10% 4%;
  }
}
#fee .attention {
  width: 600px;
  border: 5px solid #3071b9;
  margin: 0 auto 30px;
  padding: 20px;
  position: relative;
}
@media screen and (max-width: 768px) {
  #fee .attention {
    width: 100%;
    padding: 10px;
    text-align: center;
  }
}
#fee .attention p {
  font-size: 18px;
  text-align: center;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  #fee .attention p {
    font-size: 16px;
    line-height: 1.6;
    text-align: left;
  }
}
#fee .attention p span {
  font-weight: bold;
}
#fee .attention .date {
  position: absolute;
  top: 55px;
  right: -40px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  background: #f7ab00;
  padding: 15px;
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
  #fee .attention .date {
    width: 80%;
    display: inline-block;
    position: relative;
    top: 0;
    left: 0;
    border-radius: 0;
    padding: 10px;
    margin-top: 10px;
  }
}
#fee .attention .icon {
  position: absolute;
}
@media screen and (max-width: 768px) {
  #fee .attention .icon {
    display: none;
  }
}
#fee .attention .icon.wifi {
  top: -20px;
  left: -45px;
}
#fee .attention .icon.pc {
  bottom: -20px;
  right: -80px;
}
#fee .tuition-fee {
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  #fee .tuition-fee {
    border: 1px solid #727171;
  }
}
#fee .tuition-fee .title {
  background: #000;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  padding: 10px 0 5px;
}
@media screen and (max-width: 768px) {
  #fee .tuition-fee .title {
    font-size: 16px;
  }
}
#fee .tuition-fee dl {
  display: flex;
  border-bottom: 1px dashed #000;
}
@media screen and (max-width: 768px) {
  #fee .tuition-fee dl {
    display: block;
  }
}
#fee .tuition-fee dl.total {
  border-bottom: 1px solid #000;
}
@media screen and (max-width: 768px) {
  #fee .tuition-fee dl.total {
    border-bottom: none;
  }
}
#fee .tuition-fee dl.total dt {
  width: 18%;
  background: #fdede7;
}
@media screen and (max-width: 768px) {
  #fee .tuition-fee dl.total dt {
    width: 100%;
  }
}
#fee .tuition-fee dl.total dd {
  width: 82%;
}
@media screen and (max-width: 768px) {
  #fee .tuition-fee dl.total dd {
    width: 100%;
  }
}
#fee .tuition-fee dl.total .price-info {
  /*color: #f7ab00;*/
  color: #ed6b6b;
  font-weight: bold;
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  #fee .tuition-fee dl.total .price-info {
    font-size: 18px;
  }
}
#fee .tuition-fee dl.total span {
  color: #000;
}
#fee .tuition-fee dl.total .price {
  font-size: 40px;
  margin-left: 20px;
}
@media screen and (max-width: 768px) {
  #fee .tuition-fee dl.total .price {
    font-size: 35px;
    margin-left: 0;
  }
}
#fee .tuition-fee dt,
#fee .tuition-fee dd {
  box-sizing: border-box;
}
#fee .tuition-fee dt {
  width: 13%;
  text-align: center;
  padding: 5px 10px;
  background: #eeefef;
  font-size: 23px;
  font-weight: bold;
  position: relative;
}
@media screen and (max-width: 768px) {
  #fee .tuition-fee dt {
    width: 100%;
    padding: 8px 0;
    font-size: 18px;
  }
}
#fee .tuition-fee dt div {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  #fee .tuition-fee dt div {
    position: relative;
    top: 0;
    left: 0;
    transform: none;
  }
}
#fee .tuition-fee dd {
  width: 87%;
  padding: 5px 20px;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  #fee .tuition-fee dd {
    width: 100%;
    font-size: 16px;
    padding: 10px 15px;
  }
}
#fee dd .price-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  #fee dd .price-info {
    display: block;
  }
}
#fee dd .price-info .price {
  font-size: 33px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  #fee dd .price-info .price {
    font-size: 25px;
  }
}
#fee dd .price-info .tax {
  font-size: 21px;
}
@media screen and (max-width: 768px) {
  #fee dd .price-info .tax {
    font-size: 16px;
  }
}
#fee .tuition-fee .notices {
  margin: 10px 0;
}
@media screen and (max-width: 768px) {
  #fee .tuition-fee .notices {
    padding: 0 4%;
  }
}
#fee .tuition-fee .notices li {
  font-size: 16px;
  line-height: 1.7;
  text-indent: -1em;
  padding-left: 1em;
}
@media screen and (max-width: 768px) {
  #fee .tuition-fee .notices li {
    line-height: 1.5;
  }
}
#fee .payment .payment-title {
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 10px;
  background: #000;
  padding: 5px 0;
}
@media screen and (max-width: 768px) {
  #fee .payment .payment-title {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  #fee .payment ul {
    padding: 4%;
  }
}
#fee .payment ul li:not(:last-child) {
  margin-bottom: 10px;
}
#fee .payment ul li .link {
  display: inline-block;
  padding-bottom: 3px;
}
#fee .payment ul li .link a {
  font-weight: bold;
  font-size: 23px;
  color: #3071b9;
  word-break: break-all;
  padding-bottom: 3px;
}
@media screen and (max-width: 768px) {
  #fee .payment ul li .link a {
    font-size: 17px;
  }
}
#fee .payment .sub {
  color: #3071b9;
  font-weight: bold;
}
#fee .payment .sub::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background: #3071b9;
  margin-right: 8px;
}
#fee .tuition-fee .annotation {
  font-size: 14px;
}
#fee .online-seminar {
  position: relative;
  padding: 20px;
  border: 5px solid #b3b3b3;
  border-radius: 15px;
}
#fee .online-seminar .title {
  text-align: center;
  margin-bottom: 10px;
}
#fee .online-seminar .title span {
  font-size: 23px;
  color: #3071b9;
  font-weight: bold;
  line-height: 1.7;
  background: linear-gradient(transparent 60%, #c1e0ff 60%);
}
@media screen and (max-width: 768px) {
  #fee .online-seminar .title span {
    font-size: 18px;
    line-height: 1.5;
  }
}
#fee .online-seminar .lead {
  text-align: center;
  font-size: 18px;
  line-height: 1.4;
  font-weight: bold;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  #fee .online-seminar .lead {
    font-size: 16px;
    text-align: left;
  }
}
#fee .online-seminar .info {
  font-size: 15px;
}
#fee .online-seminar .info p {
  position: relative;
  width: 100%;
  max-width: 780px;
  padding-left: 1em;
}
#fee .online-seminar .info p::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}
#fee .online-seminar .icon {
  position: absolute;
  bottom: 0;
  right: 0;
}
