div.news-tmp {
  color: #333;
  width: 100%;
  max-width: 1120px;
  margin: 0 auto 60px auto;
}

div.news-tmp .t-ban {
  margin-bottom: 40px;
}

div.news-tmp .nt-title {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 40px;
}

div.news-tmp .nt-title:before,
div.news-tmp .nt-title:after {
  border-top: 1px solid;
  content: "";
  width: 3em;
}

div.news-tmp .nt-title:before {
  margin-right: 1em;
}

div.news-tmp .nt-title:after {
  margin-left: 1em;
}

div.news-tmp .news-tmp-inner {
  background-color: #f1eff0;
  padding: 60px;
  margin-bottom: 100px;
}

div.news-tmp .news-tmp-inner-n {
  padding: 60px;
  margin-bottom: 60px;
}

div.news-tmp .nt-list {
  display: flex;
  margin-bottom: 80px;
}

div.news-tmp .nt-list li {
  width: 30%;
  margin-right: 5%;
}

div.news-tmp .nt-list li p:nth-of-type(1) {
  text-align: center;
  font-size: 1.4rem;
}

div.news-tmp .nt-list li p:nth-of-type(2) {
  font-size: 1.1rem;
  line-height: 1.7;
}

div.news-tmp .nt-list li:nth-child(3) {
  margin-right: 0;
}

div.news-tmp .nt-list img {
  margin-bottom: 20px;
}

div.news-tmp .m-100 {
  margin-top: -60px;
}

div.news-tmp .list-m0 {
  margin-bottom: 0;
}

div.news-tmp .nt-title-n {
  font-size: 3rem;
  font-weight: 700;
  text-align: center;
}

div.news-tmp .nt-title-n span {
  color: #f86805;
}

div.news-tmp .nt-lead-f {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 60px;
}

div.news-tmp .nt-lead-f p:nth-of-type(1) {
  font-size: 3rem;
  font-weight: 700;
  font-style: italic;
  color: #c8bfc0;
  margin-right: 20px;
  white-space: nowrap;
}

div.news-tmp .nt-lead-f p:nth-of-type(2) {
  padding-left: 20px;
}

div.news-tmp .nt-5e {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  border-bottom: 1px solid #ccc;
  padding: 40px 0 20px 0;
}

div.news-tmp .nt-5e div:nth-of-type(1) {
  width: 40%;
  padding-right: 5%;
}

div.news-tmp .nt-5e div:nth-of-type(2) {
  width: 60%;
}

div.news-tmp .nt-5e .nt-5e-title {
  font-size: 1.8rem;
}

div.news-tmp .nt-5e .nt-5e-title span {
  color: #f86805;
  font-size: 4rem;
  padding-right: 20px;
}

div.news-tmp .nt-5e-re {
  flex-direction: row-reverse;
}

div.news-tmp .nt-5e-fst {
  border-top: 1px solid #ccc;
}

div.news-tmp .nt-prof {
  display: flex;
}

div.news-tmp .nt-prof div:nth-of-type(1) {
  width: 35%;
  padding-right: 5%;
}

div.news-tmp .nt-prof div:nth-of-type(2) {
  width: 65%;
}

div.news-tmp .nt-prof .nt-prof-title {
  font-size: 1.6rem;
  color: #f86805;
}

div.news-tmp .nt-prof .nt-prof-txt {
  border-bottom: 1px solid #999;
  padding-bottom: 20px;
}

div.news-tmp .nt-prof .nt-prof-name {
  text-align: center;
  font-weight: 700;
  font-size: 1.4rem;
}

div.news-tmp .nt-lead {
  text-align: center;
  font-size: 1.8rem;
  margin-bottom: 40px;
}

div.news-tmp .counseling {
  color: #fff;
  background-color: #404040;
  padding: 20px;
  font-size: 2.4rem;
  position: relative;
}

div.news-tmp .counseling:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -20px;
  left: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: #404040 transparent transparent transparent;
  border-width: 20px 20px 0 20px;
}

div.news-tmp .nosh {
  width: 100%;
  margin-top: 40px;
}

div.news-tmp .nosh strong {
  color: #54a52f;
  font-size: 1.6rem;
  padding-right: 20px;
}

div.news-tmp .nt-lead-sub {
  text-align: center;
  margin-bottom: 40px;
}

div.news-tmp .nt-title-price {
  border-top: 1px solid #999;
  border-bottom: 1px solid #999;
  padding: 0 0 20px 0;
  font-size: 2.5rem;
  margin-bottom: 40px;
}

div.news-tmp .nt-title-b {
  font-size: 6rem;
}

div.news-tmp table {
  border-spacing: 0;
  border-collapse: collapse;
  border: 1px solid #333;
  width: 100%;
  margin-bottom: 40px;
}

div.news-tmp td,
div.news-tmp th {
  border-collapse: collapse;
  border: 1px solid #333;
  padding: 12px;
  text-align: center;
  font-size: 1.3rem;
}

div.news-tmp th {
  background-color: #ffc000;
}

div.news-tmp th span {
  display: block;
  font-size: 1.1rem;
  font-weight: normal;
}

div.news-tmp td {
  line-height: 1.7;
  font-size: 1.2rem;
}

div.news-tmp td strong {
  font-size: 1.5rem;
}

div.news-tmp td span {
  display: block;
  font-size: 0.9rem;
  font-weight: normal;
}

div.news-tmp td p {
  background-color: #f86805;
  color: #fff;
  text-align: center;
}

div.news-tmp .course-off {
  background-color: #f1eff0;
  text-align: center;
  padding: 20px;
  margin-bottom: 20px;
}

div.news-tmp .course-off p:nth-of-type(1) {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 5px;
}

div.news-tmp .course-off p:nth-of-type(2) {
  font-size: 1.2rem;
  margin-bottom: 0px;
}

div.news-tmp .nt-flow {
  background-color: #ffc000;
  padding: 20px;
  font-size: 1.4rem;
}

div.news-tmp .nt-flow strong {
  font-size: 1.8rem;
}

div.news-tmp .nt-flow-title {
  font-size: 1.4rem;
  font-weight: 700;
}

div.news-tmp .nt-flow-title span {
  color: #f86805;
  font-size: 2.6rem;
  padding-right: 10px;
}

div.news-tmp .nt-flow-ul {
  display: flex;
  justify-content: space-between;
}

div.news-tmp .nt-flow-ul li {
  width: 23%;
}

div.news-tmp .nt-notice {
  background-color: #404041;
  padding: 20px;
  color: #fff;
  text-align: center;
}

div.news-tmp .nt-notice p:nth-of-type(1) {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 5px;
}

div.news-tmp .nt-notice p:nth-of-type(2) {
  font-size: 1.2rem;
  margin-bottom: 0px;
}

div.news-tmp .nt-notice-read {
  display: flex;
}

div.news-tmp .nt-notice-read div {
  width: 50%;
}

div.news-tmp .nt-notice-title {
  font-size: 1.8rem;
  font-weight: 700;
}

div.news-tmp .nt-notice-read-ul li {
  margin-bottom: 10px;
}

div.news-tmp .news-tmp-tel {
  font-size: 1.8rem;
}

div.news-tmp .news-tmp-tel a {
  color: #666;
  text-decoration: none;
}

div.news-tmp .news-tmp-tel img {
  width: 35px;
  height: auto;
  margin-right: 10px;
  vertical-align: middle;
  margin-bottom: 0;
}

div.news-tmp .nt-facility {
  text-align: center;
  margin-bottom: 0;
}

div.news-tmp .nt-facility li p:nth-of-type(1) {
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 5px;
}

div.news-tmp .nt-facility li p:nth-of-type(2) {
  font-size: 1.2rem;
  margin-bottom: 0px;
}

div.news-tmp .nt-btn {
  text-align: center;
}

div.news-tmp .nt-btn img {
  max-width: 650px;
  margin: 0 auto;
}

@media screen and (max-width: 480px) {
  div.news-tmp {
    color: #333;
  }
  div.news-tmp ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  div.news-tmp .t-ban {
    margin-bottom: 40px;
  }
  div.news-tmp .nt-title {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 40px;
  }
  div.news-tmp .nt-title:before,
  div.news-tmp .nt-title:after {
    border-top: 1px solid;
    content: "";
    width: 0.5em;
  }
  div.news-tmp .nt-title:before {
    margin-right: 1em;
  }
  div.news-tmp .nt-title:after {
    margin-left: 1em;
  }
  div.news-tmp .news-tmp-inner {
    background-color: #f1eff0;
    padding: 40px 20px;
    margin-bottom: 40px;
  }
  div.news-tmp .news-tmp-inner-n {
    padding: 40px 10px;
    margin-bottom: 60px;
  }
  div.news-tmp .nt-list {
    display: block;
    margin-bottom: 40px;
  }
  div.news-tmp .nt-list li {
    width: 100%;
    margin-bottom: 40px;
  }
  div.news-tmp .nt-list li p:nth-of-type(1) {
    text-align: center;
    font-size: 1.9rem;
  }
  div.news-tmp .nt-list li p:nth-of-type(2) {
    font-size: 1.5rem;
    line-height: 1.7;
  }
  div.news-tmp .nt-list li:nth-child(3) {
    margin-right: 0;
  }
  div.news-tmp .nt-list img {
    margin-bottom: 20px;
  }
  div.news-tmp .m-100 {
    margin-top: -60px;
  }
  div.news-tmp .list-m0 {
    margin-bottom: 0;
  }
  div.news-tmp .nt-title-n {
    font-size: 2.4rem;
    font-weight: 700;
    text-align: center;
  }
  div.news-tmp .nt-title-n span {
    color: #f86805;
  }
  div.news-tmp .nt-lead-f {
    display: block;
    text-align: center;
    margin-bottom: 60px;
  }
  div.news-tmp .nt-lead-f p:nth-of-type(1) {
    font-size: 3rem;
    font-weight: 700;
    font-style: italic;
    color: #c8bfc0;
    margin-right: 20px;
    white-space: nowrap;
  }
  div.news-tmp .nt-lead-f p:nth-of-type(2) {
    padding-left: 20px;
  }
  div.news-tmp .nt-5e {
    border-bottom: 1px solid #ccc;
    padding: 40px 0 20px 0;
  }
  div.news-tmp .nt-5e div:nth-of-type(1) {
    width: 100%;
    padding-right: 5%;
  }
  div.news-tmp .nt-5e div:nth-of-type(2) {
    width: 100%;
  }
  div.news-tmp .nt-5e .nt-5e-title {
    font-size: 1.6rem;
  }
  div.news-tmp .nt-5e .nt-5e-title span {
    color: #f86805;
    font-size: 3rem;
    padding-right: 20px;
  }
  div.news-tmp .nt-5e-re {
    flex-direction: row-reverse;
  }
  div.news-tmp .nt-5e-fst {
    border-top: 1px solid #ccc;
  }
  div.news-tmp .nt-prof div:nth-of-type(1) {
    width: 100%;
  }
  div.news-tmp .nt-prof div:nth-of-type(2) {
    width: 100%;
  }
  div.news-tmp .nt-prof .nt-prof-title {
    font-size: 1.6rem;
    color: #f86805;
  }
  div.news-tmp .nt-prof .nt-prof-txt {
    border-bottom: 1px solid #999;
    padding-bottom: 20px;
  }
  div.news-tmp .nt-prof .nt-prof-name {
    text-align: center;
    font-weight: 700;
    font-size: 1.8rem;
  }
  div.news-tmp .nt-lead {
    text-align: center;
    font-size: 1.8rem;
    margin-bottom: 40px;
  }
  div.news-tmp .counseling {
    color: #fff;
    background-color: #404040;
    padding: 20px;
    font-size: 2.4rem;
    position: relative;
  }
  div.news-tmp .counseling:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -20px;
    left: 0;
    width: 0px;
    height: 0px;
    margin: auto;
    border-style: solid;
    border-color: #404040 transparent transparent transparent;
    border-width: 20px 20px 0 20px;
  }
  div.news-tmp .nosh {
    width: 100%;
    margin-top: 40px;
  }
  div.news-tmp .nosh strong {
    color: #54a52f;
    font-size: 1.6rem;
    padding-right: 20px;
  }
  div.news-tmp .nt-lead-sub {
    text-align: center;
    margin-bottom: 40px;
  }
  div.news-tmp .nt-title-price {
    border-top: 1px solid #999;
    border-bottom: 1px solid #999;
    padding: 0 0 20px 0;
    font-size: 2.5rem;
    margin-bottom: 40px;
  }
  div.news-tmp .nt-title-b {
    font-size: 6rem;
  }
  div.news-tmp table {
    border-spacing: 0;
    border-collapse: collapse;
    border: 1px solid #333;
    width: 100%;
    margin-bottom: 40px;
  }
  div.news-tmp td,
  div.news-tmp th {
    border-collapse: collapse;
    border: 1px solid #333;
    padding: 12px;
    text-align: center;
    font-size: 1.3rem;
  }
  div.news-tmp th {
    background-color: #ffc000;
  }
  div.news-tmp th span {
    display: block;
    font-size: 1.1rem;
    font-weight: normal;
  }
  div.news-tmp td {
    line-height: 1.7;
    font-size: 1.6rem;
  }
  div.news-tmp td strong {
    font-size: 1.9rem;
  }
  div.news-tmp td span {
    display: block;
    font-size: 1.3rem;
    font-weight: normal;
  }
  div.news-tmp td p {
    background-color: #f86805;
    color: #fff;
    text-align: center;
  }
  div.news-tmp .course-off {
    background-color: #f1eff0;
    text-align: center;
    padding: 20px;
    margin-bottom: 20px;
  }
  div.news-tmp .course-off p:nth-of-type(1) {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 5px;
  }
  div.news-tmp .course-off p:nth-of-type(2) {
    font-size: 1.6rem;
    margin-bottom: 0px;
  }
  div.news-tmp .nt-flow {
    background-color: #ffc000;
    padding: 20px;
    font-size: 1.8rem;
  }
  div.news-tmp .nt-flow strong {
    font-size: 1.8rem;
  }
  div.news-tmp .nt-flow-title {
    font-size: 1.8rem;
    font-weight: 700;
  }
  div.news-tmp .nt-flow-title span {
    color: #f86805;
    font-size: 2.6rem;
    padding-right: 10px;
  }
  div.news-tmp .nt-flow-ul {
    display: block;
  }
  div.news-tmp .nt-flow-ul li {
    width: 100%;
  }
  div.news-tmp .nt-notice {
    background-color: #404041;
    padding: 20px;
    color: #fff;
    text-align: center;
  }
  div.news-tmp .nt-notice p:nth-of-type(1) {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 5px;
  }
  div.news-tmp .nt-notice p:nth-of-type(2) {
    font-size: 1.6rem;
    margin-bottom: 0px;
  }
  div.news-tmp .nt-notice-read {
    display: block;
  }
  div.news-tmp .nt-notice-read div {
    width: 100%;
    margin-bottom: 20px;
  }
  div.news-tmp .nt-notice-title {
    font-size: 1.8rem;
    font-weight: 700;
    padding: 20px 0;
  }
  div.news-tmp .nt-notice-read-ul li {
    margin-bottom: 10px;
  }
  div.news-tmp .news-tmp-tel {
    font-size: 1.8rem;
  }
  div.news-tmp .news-tmp-tel a {
    color: #666;
    text-decoration: none;
  }
  div.news-tmp .news-tmp-tel img {
    width: 35px;
    height: auto;
    margin-right: 10px;
    vertical-align: middle;
    margin-bottom: 0;
  }
  div.news-tmp .nt-facility {
    text-align: center;
    margin-bottom: 0;
  }
  div.news-tmp .nt-facility li p:nth-of-type(1) {
    font-size: 1.6rem;
    font-weight: 700;
    margin-bottom: 5px;
  }
  div.news-tmp .nt-facility li p:nth-of-type(2) {
    font-size: 1.6rem;
    margin-bottom: 0px;
  }
  div.news-tmp .nt-btn {
    text-align: center;
    margin-top: 30px;
  }
  div.news-tmp .nt-btn img {
    max-width: 650px;
  }
  div.news-tmp .ban-nosh {
    padding: 20px 0;
  }
  div.news-tmp .ban-nosh img {
    width: 100% !important;
    max-width: none !important;
  }
  .personal-mn a {
    background-color: #ff7f39;
    width: 254px;
    border-radius: 4px;
    display: block;
    color: #fff;
    margin: 0 auto;
    padding: 5px 15px;
    text-align: center;
  }
  .personal-mn a span {
    background-color: #ff0000;
    font-size: 1.2rem;
    padding: 0 3px;
  }
}