@charset "utf-8";

.fas {
  color: #369;
}

.attention {
  color: #c00;
}

em.attention {
  color: #c00;
  font-style: normal;
}

.mt-be-column {
  box-sizing: border-box;
  padding: 0 10px;
  width: 50%;
}
.mt-be-column.mt-be-column_L {
  width: 100%;
}

.mt-be-column>*:first-child {
  margin-top: 0;
}

.mt-be-column>*:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .mt-be-columns {
    display: block !important;
  }
  .mt-be-column {
    display: block;
    width: auto !important;
    padding: 10px 0;
  }
}

/* プログラム */
article.main_article ul.personality {
  /*margin-left: 0;
  padding-left: 10px;*/
  margin: 0;
  padding: 0;
  list-style-type: none;
  font-size: 2.2rem;
}
article.main_article ul.personality li {
  margin: 0 0 0 2rem;
  padding: 0;
  text-indent: -1.4rem;
}
article.main_article ul.personality li+li {
  margin-top: 1.0em;
}
article.main_article ul.personality li .fas {
  margin-right: 0.3em;
  color: #c00;
}
@media screen and (max-width: 767px) {
  article.main_article ul.personality {
    font-size: 1.8rem;
  }
  article.main_article ul.personality li {
    margin: 0 0 0 2.6rem;
    padding: 0;
    text-indent: -1.2rem;
  }
}

/* ご挨拶 */
.p1508681 .mt-be-column:first-child {
width: 25%;
padding-left: 0;
}
.p1508681 .mt-be-column:last-child {
width: 72%;
}
.greeting_sec_inner {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.greeting_sec_inner .greeting_img {
  height: auto;
  width: 280px;
}
.greeting_sec_inner .greeting_txt {
  width: calc(100% - 300px);
}
.greeting_sec_inner .greeting_txt h2 {
  position: inherit; 
  margin: 0 0 1em;
  padding: 0;
  font-size: 3rem;
  line-height: 1.3;
  color: #2957a5;
  background: none;
}
.greeting_sec_inner .greeting_sign {
  font-size: 1.5rem;
  line-height: 1.4;
  margin: 0;
  padding-right: 300px;
  text-align: right;
  width: 100%;
}
.greeting_sec_inner .greeting_sign .name {
  font-size: 133%;
}
@media screen and (max-width: 767px) {
  .greeting_sec_inner {
    flex-direction: column;
    align-items: center;
  }
  .greeting_sec_inner .greeting_img {
    box-sizing: border-box;
    padding: 0 20% 1.4em;
    width: 100%;
    order: 2;
  }
  .greeting_sec_inner .greeting_txt {
    width: 100%;
    order: 1;
  }
  .greeting_sec_inner .greeting_txt h2 {
    font-size: 2.2rem;
  }
  .greeting_sec_inner .greeting_sign {
    padding-right: 0;
    width: 100%;
    order: 3;
  }
}



/* カリキュラム */
table.curriculum_A {
  min-width: 60%;
}
table.curriculum_A tr > *:nth-child(1) {
  width: 180px;
}
table.curriculum_A tr > *:nth-child(2) {
  width: 60px;
  text-align: center;
}
table.curriculum_B {
  min-width: 60%;
}
table.curriculum_B th {
  text-align: left;
}
table.curriculum_B tr > *:nth-child(1) {
  width: 50px;
}
table.curriculum_B tr > *:nth-child(2) {
  width: 120px;
}
table.curriculum_B tr > *:nth-child(3) {
  width: 180px;
}
.toggle .substance {
  display: none;
}
.toggle .substance > *:first-child {
  margin-top: 0;
}
.toggle > *:first-child {
  cursor: pointer;
}
.toggle > *:first-child:hover {
  text-decoration: underline;
}
.toggle > *:first-child > span::after {
  content: "\f150";
  font-size: 1.3em;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-left: 5px;
  position: relative;
  top: 0.1em;
}
table.entry_summary {
  box-sizing: border-box;
  width: 100%;
}
table.entry_summary th {
  box-sizing: border-box;
}
table.entry_summary td {
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  table.curriculum_A tr > *:nth-child(1) {
    width: 100px;
  }
  table.entry_summary {
    width: 100%;
  }
  table.entry_summary th {
    display: block;
    width: 100%;
  }
  table.entry_summary td {
    display: block;
    width: 100%;
  }
}

/*scrol table*/
.scroll-table {
  overflow: auto;
}
.scroll-table table {}
.scroll-table table .fixed01 {
  position: sticky;
  left: 0;
}
.scroll-table table .fixed01:before {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  width: 100%;
  height: 100%;
  border: 1px solid #ddd;
}

.curriculum_ttl1 {
  color: #15476c;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.5;
}

table.curriculum_tbl1 {
  width: 100%;
}
table.curriculum_tbl1 th {
  font-size: 92%;
  border: 1px solid #ccc;
  line-height: 1.4;
  padding: 6px 8px !important;
}
table.curriculum_tbl1 td {
  font-size: 80%;
  line-height: 1.4;
  padding: 6px 8px !important;
}

ul.curriculum_list1 {
  list-style: none !important;
  margin: 1em 0 !important;
  padding-left: 0 !important;
}
ul.curriculum_list1 li {
  border-bottom: 1px solid #DFE9F7;
  padding: 10px 0 !important;
}

@media screen and (max-width: 767px) {
  table.curriculum_tbl1 {
    width: 260vw;
  }
}





/* 刊行物 */
ul.publication {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding-left: 0 !important;
  width: 100%;
}
ul.publication li {
  border-bottom: 1px solid #DFE9F7;
  list-style: none;
  padding: 20px 0 !important;
  width: 100%;
}
ul.publication li a {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
ul.publication li a:hover {
  opacity: 0.6;
}
ul.publication li a .thum {
  width: 150px;
}
ul.publication li a .thum img {
  width: 110px;
}
ul.publication li a .txt {
  width: calc(100% - 150px);
}
ul.publication li a .txt p {
  display: inline-block;
  margin: 0 !important;
}
ul.publication li a[target=_blank]::after {
  content: none;
}
ul.publication li a[target=_blank] .txt::after {
  content: url(../images/icon_external.png);
  margin-left: 5px;
  vertical-align: middle;
  display: inline-block;
}
ul.publication li a[href*=".pdf"] .txt::after {
  content: url(../images/icon_pdf.png);
}

@media screen and (max-width: 767px) {
  ul.publication li a .thum {
    width: 100px;
  }
  ul.publication li a .thum img {
    width: 80px;
  }
  ul.publication li a .txt {
    width: calc(100% - 100px);
  }
}


/* 応募フォーム */
article.main_article .entry_btn>a {
display: table;
margin: 1em auto;
padding: 12px 18px;
font-size: 1.9rem;
font-weight: bold;
color: #fff;
text-decoration: none;
background-color: #2957a5;
box-shadow: 2px 2px 3px rgba(0,0,0,0.4);
}

article.main_article .entry_btn>a:hover {
text-decoration: underline;
opacity: 0.8;
}

article.main_article .entry_btn>a .far {
position: relative;
top: -2px;
margin-right: 0.3em;
vertical-align: middle;
}


/* Password保護 */
article.main_article .post-password-form {
  text-align: center;
}
article.main_article .post-password-form label {
  font-size: 18px;
  line-height: 1;
}
article.main_article .post-password-form label input[type="password"] {
  box-sizing: border-box;
  font-size: 18px;
  height: 40px;
  padding: 5px;
  width: 12rem;
}
article.main_article .post-password-form input[type="submit"] {
  background: #2957a5;
  border: none;
  border-radius: 4px;
  box-sizing: border-box;
  color: #fff;
  font-size: 15px;
  height: 40px;
  padding: 5px 12px;
  margin: auto;
}

/* Lecture（動画） */
article.main_article .lecture-tc-a {
  border-bottom: 2px dotted #57b814;
  color: #57b814;
}
article.main_article .lecture-tc-b {
  border-bottom: 2px dotted #ed5f67;
  color: #ed5f67;
}
article.main_article .lecture-tc-c {
  border-bottom: 2px dotted #4c93d3;
  color: #4c93d3;
}

article.main_article .lecture-wrap {}
article.main_article .lecture-wrap.lecture-wrap-a {
  margin-bottom: 100px;
  /*color: #dc9218;*/
}
article.main_article .lecture-wrap.lecture-wrap-a h2 {
  background: #57b814;
}
article.main_article .lecture-wrap.lecture-wrap-a h3 {
  background-color: #f0f9eb;
  color: #57b814;
}
article.main_article .lecture-wrap.lecture-wrap-b h2 {
  background: #ed5f67;
}
article.main_article .lecture-wrap.lecture-wrap-b h3 {
  background-color: #fdf2f7;
  color: #ed5f67;
}
article.main_article .lecture-wrap.lecture-wrap-c h2 {
  background: #4c93d3;
}
article.main_article .lecture-wrap.lecture-wrap-c h3 {
  background-color: #f1f7fd;
  color: #4c93d3;
}

article.main_article ul.lecture-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin: 0 !important;
  padding: 0;
  width: 100%;
}
article.main_article ul.lecture-list li {
  box-sizing: border-box;
  border-bottom: 1px dotted #DFE9F7;
  color: #2957a5;
  list-style: none;
  line-height: 1.4;
  margin-top: 0 !important;
  padding: 8px 2em 8px 4px;
  position: relative;
  width: 49%;
}
article.main_article ul.lecture-list li a {
  display: block;
  text-decoration: none !important;
  /*text-indent: -1.4em;
  margin-left: 1.4em;*/
}
article.main_article ul.lecture-list li::after {
  content: "▼";
  display: block;
  font-size: 10px;
  position: absolute;
  right: 4px;
  bottom: 12px;
}
article.main_article ul.lecture-list.lecture-list-a li {
  color: #57b814;
}
article.main_article ul.lecture-list.lecture-list-a li a {
  color: #57b814;
}
article.main_article ul.lecture-list.lecture-list-a li:hover {
  background: #f0f9eb;
}
article.main_article ul.lecture-list.lecture-list-a li:hover::after {
  color: #57b814;
}
article.main_article ul.lecture-list.lecture-list-b li {
  color: #ed5f67;
}
article.main_article ul.lecture-list.lecture-list-b li a {
  color: #ed5f67;
}
article.main_article ul.lecture-list.lecture-list-b li:hover {
  background: #fdf2f7;
}
article.main_article ul.lecture-list.lecture-list-b li:hover::after {
  color: #ed5f67;
}
article.main_article ul.lecture-list.lecture-list-c li {
  color: #4c93d3;
}
article.main_article ul.lecture-list.lecture-list-c li a {
  color: #4c93d3;
}
article.main_article ul.lecture-list.lecture-list-c li:hover {
  background: #f1f7fd;
}
article.main_article ul.lecture-list.lecture-list-c li:hover::after {
  color: #4c93d3;
}
@media screen and (max-width: 767px) {
  article.main_article ul.lecture-list li {
    width: 100%;
  }
  article.main_article ul.lecture-list li a {
    font-size: 15px;
  }
}

