@charset "UTF-8";
/****************************************************
SCSSで制作しているため、このファイルは編集しないでください。

****************************************************/
/* local-path */
/* wp-path */
/* common
---------------------------------------------------*/
/* head */
.junior_seminar-head {
  background: url(/wp/wp-content/uploads/img/junior_seminar/bg_junior_seminar.jpg) center top no-repeat;
  background-size: cover;
  padding-bottom: 65px;
  margin: 0 0 30px 0;
}

.junior_seminar .contact-login {
  margin-bottom: 0;
}

.lead-sentence {
  margin: 0 0 25px 0;
}

.bucknumber h3 {
  border-top: solid 1px #ccc;
  border-right: solid 1px #ccc;
  border-bottom: solid 3px #22589f;
  border-left: solid 1px #ccc;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,eeeeee+100 */
  background: #ffffff;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ffffff 0%, #eeeeee 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #ffffff 0%, #eeeeee 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #ffffff 0%, #eeeeee 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee',GradientType=0 );
  /* IE6-9 */
  margin: 0 0 5px 0;
  padding: 5px;
  text-align: center;
}
.bucknumber ul {
  background: #f6f6f6;
  padding: 10px 15px;
}
.bucknumber li {
  margin: 0 0 3px 0;
  float: left;
  width: 50%;
}

.seminar-overview h3 {
  margin: 0 0 5px 0;
  font-size: 16px;
  font-size: 1.6rem;
}
.seminar-overview h3::before {
  content: "\f10c";
  font-family: fontawesome;
  color: #cc1142;
  margin: 0 3px 0 0;
}
.seminar-overview .file-download li {
  margin: 0;
}
.seminar-overview .file-download li br {
  display: none;
}
.seminar-overview .detail a {
  width: 100%;
}

#requirements .date {
  background: rgba(12, 148, 234, 0.15);
  margin: 0 0 40px 0;
  padding: 15px 0;
}
#requirements .date dt {
  font-weight: bold;
  padding: 0 10px;
  text-align: center;
}
#requirements .date dd {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  padding: 0 10px;
}
#requirements .holding {
  background: url(/wp/wp-content/uploads/img/junior_seminar/img_junior_seminar.jpg) left top no-repeat;
  background-size: cover;
  height: 130px;
  text-align: center;
  font-weight: bold;
  margin: 25px 0 30px 0;
  color: #fff;
  font-size: 20px;
  font-size: 2rem;
  padding: 30px 0 0 0;
}
#requirements .holding dt {
  display: block;
  background: rgba(204, 17, 66, 0.9);
  color: #fff;
  text-align: center;
  padding: 2px 15px;
  font-size: 14px;
  font-size: 1.4rem;
  width: 40%;
  margin: 0 auto 5px;
}
#requirements .holding dd {
  background: rgba(204, 17, 66, 0.9);
  color: #fff;
  width: 90%;
  margin: 0 auto;
  padding: 0 15px;
}
#requirements .requirements-table th {
  display: block;
  width: 100%;
  font-weight: normal;
  text-align: left;
  padding: 5px 10px;
  background: #22589f;
  color: #fff;
}
#requirements .requirements-table td {
  display: block;
  width: 100%;
  padding: 5px 0 15px;
}
#requirements .schedule-comment {
  display: block;
  font-size: 12px;
  font-size: 1.2rem;
}
#requirements .access-map a {
  background: #ff9000;
  color: #fff;
  border-radius: 100px;
  padding: 0 10px;
  display: inline-block;
  font-size: 10px;
  font-size: 1rem;
  margin: 0 0 0 5px;
}

#method .application-flow {
  margin: 0 0 35px 0;
}
#method .flow-box {
  position: relative;
  margin: 0 0 28px 0;
}
#method .flow-box::after {
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-top: 10px solid #22589f;
  position: absolute;
  right: 0;
  left: 0;
  bottom: -30px;
  margin: auto;
  content: "";
}
#method .application-flow .flow-box:nth-of-type(2)::after,
#method .decision-flow .flow-box:nth-of-type(3)::after {
  border: none;
}
#method dl {
  border: solid 3px #22589f;
  padding: 5px;
  text-align: center;
}
#method dt {
  color: #22589f;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
}
#method .deadline {
  color: #cc1142;
  font-weight: bold;
}
#method .attention {
  font-size: 12px;
  font-size: 1.2rem;
  text-indent: -12px;
  margin: 5px 0 0 12px;
  line-height: 1.5;
}

#content .instructor {
  border-top: dotted 1px #ccc;
  padding: 15px 0;
}
#content .fig-instructor {
  width: 30%;
  float: left;
  margin: 0 10px 15px 0;
}
#content .instructor-info dd {
  font-size: 12px;
  font-size: 1.2rem;
}
#content .use-text {
  clear: both;
}
#content .use-text a {
  text-decoration: underline;
}
#content .use-text dt {
  background: #22589f;
  color: #fff;
  border-radius: 100px;
  padding: 2px 0;
  width: 110px;
  line-height: 1.3;
  text-align: center;
  font-size: 12px;
  font-size: 1.2rem;
  margin: 0 0 2px 0;
}
#content .use-text dd {
  margin: 0 0 10px 0;
}
#content .book-text {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.6;
}
#content .book-text.researcher-career {
  margin: 0 0 10px 0;
}
#content #schedule h2 span {
  font-weight: normal;
  font-size: 12px;
  font-size: 1.2rem;
  display: block;
  text-indent: -12px;
  margin: 0 0 0 12px;
}

/* page */
.single .junior_seminar-head {
  padding: 50px 0;
  text-align: center;
}

.page.single h1 {
  padding: 7px 10px;
  background: #cc1142;
  font-size: 17px;
  font-size: 1.7rem;
}

.appearance .overview-text {
  background: #f6f6f6;
  border-radius: 3px;
  margin: 0 0 35px 0;
  padding: 10px;
}
.appearance .report-box {
  margin: 0 0 25px 0;
}
.appearance .report-box h3 {
  font-size: 14px;
  font-size: 1.4rem;
  color: #ff9000;
}
.appearance .report-box .lecturerName {
  font-size: 12px;
  font-size: 1.2rem;
  color: #888;
  margin: 0 0 10px 0;
}
.appearance .report-box .figure-box {
  float: right;
  margin: 0 0 10px;
  width: 100%;
}
.appearance .interactive-session {
  margin: 35px 0 15px 0;
}
.appearance .interactive-session h3 {
  font-size: 16px;
  font-size: 1.6rem;
  color: #cc1142;
}
.appearance li {
  width: 100%;
  margin: 0 0 15px 0;
}

.single .voice dl {
  padding: 0 0 15px;
  margin: 0 0 15px 0;
  border-bottom: dotted 1px #ddd;
}
.single .voice dt {
  font-weight: bold;
  color: #22589f;
  font-size: 16px;
  font-size: 1.6rem;
  margin: 0 0 5px 0;
}
.single .voice dd {
  margin: 0 0 5px 0;
}

.single .seminar-overview {
  margin: 0 0 70px 0;
}
.single .seminar-overview .detail a {
  width: 45%;
}

.single #content .instructor-info h4 {
  display: inline-block;
}
.single #content .instructor-info span a {
  background: #cc1142;
  color: #fff;
  border-radius: 100px;
  padding: 3px 10px;
  font-size: 10px;
  font-size: 1rem;
  margin: 0 0 0 5px;
}
.single #content .link-pdf::after {
  color: #fff;
}

/* @media (min-width: 768px)
---------------------------------------------------*/
@media screen and (min-width: 768px) {
  /* head */
  .page h1 {
    padding-bottom: 50px;
  }

  .junior_seminar-head {
    margin: 0 0 50px 0;
    padding-bottom: 60px;
  }

  .lead-sentence {
    margin: 0 0 30px 0;
  }

  .bucknumber h3 {
    margin: 0 0 15px 0;
    padding: 10px 15px;
    text-align: left;
  }
  .bucknumber li {
    margin: 0 0 3px 0;
    float: left;
    width: 20%;
    font-size: 14px;
    font-size: 1.4rem;
  }

  .seminar-overview .file-download li {
    margin: 0 0 0 7px;
  }
  .seminar-overview .file-download li br {
    display: block;
  }
  .seminar-overview .detail a {
    margin-top: 10px;
  }

  #requirements .date {
    margin: 0 0 60px 0;
    padding: 20px 0;
  }
  #requirements .date dt {
    padding: 3px 25px;
  }
  #requirements .date dd {
    padding: 0 25px;
    text-align: center;
  }
  #requirements .holding {
    height: 200px;
    text-align: left;
    margin: 35px 0 50px 0;
    font-size: 30px;
    font-size: 3rem;
    padding: 50px 0 0 30px;
  }
  #requirements .holding dt {
    text-align: left;
    font-size: 16px;
    font-size: 1.6rem;
    margin-left: 0;
    width: 18%;
  }
  #requirements .holding dd {
    background: rgba(204, 17, 66, 0.9);
    color: #fff;
    margin-left: 0;
    width: 55%;
  }
  #requirements .requirements-table {
    border-top: solid 1px #ebebeb;
  }
  #requirements .requirements-table th {
    display: table-cell;
    width: 23%;
    border-bottom: solid 1px #ebebeb;
    font-size: 14px;
    font-size: 1.4rem;
    background: inherit;
    color: #555;
    vertical-align: top;
    font-weight: bold;
    padding: 10px;
  }
  #requirements .requirements-table td {
    display: table-cell;
    width: 77%;
    border-bottom: solid 1px #ebebeb;
    padding: 10px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  #requirements .access-map a {
    line-height: 1.5;
  }

  #method .application-flow,
  #method .decision-flow {
    margin: 0;
  }
  #method .decision-flow .flow-box {
    margin-bottom: 0;
  }
  #method .flow-box {
    margin: 0 0 40px 25px;
    float: left;
    width: 31%;
  }
  #method .flow-box:nth-of-type(1) {
    margin-left: 0;
  }
  #method .flow-box::after {
    border: 10px solid transparent;
    border-left: 10px solid #22589f;
    position: absolute;
    top: 36px;
    right: -29px;
    left: inherit;
    bottom: inherit;
  }
  #method dt {
    font-size: 18px;
    font-size: 1.8rem;
  }
  #method dd {
    font-size: 13px;
    font-size: 1.3rem;
  }

  .decision-flow dl {
    min-height: 90px;
  }

  #content .instructor {
    border-top: dotted 1px #ccc;
    padding: 15px 0;
  }
  #content .instructor div {
    float: left;
    width: 80%;
  }
  #content .fig-instructor {
    width: 100px;
  }
  #content .instructor-info dd {
    margin: 0 0 8px 0;
  }
  #content .use-text {
    clear: none;
  }
  #content .use-text dt {
    font-size: 12px;
    font-size: 1.2rem;
    margin: 0 3px 5px 0;
    float: left;
    width: 96px;
  }
  #content .use-text dd {
    margin: 0;
    font-size: 13px;
    font-size: 1.3rem;
    margin: 0 0 5px 0;
  }
  #content .book-text {
    clear: both;
  }
  #content #schedule h2 span {
    display: inline;
    text-indent: 0;
    margin: 7px 0 0 0;
    float: right;
  }
  #content #schedule .schedule-data {
    font-size: 18px;
    font-size: 1.8rem;
    padding: 15px;
    text-align: left;
  }
  #content #schedule .schedule-data em {
    font-size: 22px;
    font-size: 2.2rem;
  }
  #content #schedule .schedule-data span {
    display: inline-block;
    transform: rotate(0);
    margin: 0 10px;
  }

  /* page */
  .single .junior_seminar-head {
    padding: 90px 0;
    background: url(/wp/wp-content/uploads/img/junior_seminar/bg_junior_seminar.jpg) center bottom no-repeat;
    background-size: cover;
  }

  .page.single h1 {
    display: inline-block;
    font-size: 24px;
    font-size: 2.4rem;
  }

  .appearance {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .appearance .report-box {
    margin: 0 0 25px 0;
  }
  .appearance .report-box h3 {
    font-size: 14px;
    font-size: 1.4rem;
    color: #ff9000;
  }
  .appearance .report-box .lecturerName {
    font-size: 12px;
    font-size: 1.2rem;
    color: #888;
    margin: 0 0 10px 0;
  }
  .appearance .report-box .figure-box {
    float: right;
    margin: 0 0 10px;
    width: 100%;
  }
  .appearance .interactive-session {
    margin: 35px 0 15px 0;
  }
  .appearance .interactive-session h3 {
    font-size: 16px;
    font-size: 1.6rem;
    color: #cc1142;
  }
  .appearance ul {
    display: flex;
    flex-wrap: wrap;
  }
  .appearance li {
    width: 30%;
    margin: 0 0 35px 30px;
  }
  .appearance li:nth-child(3n+1) {
    margin-left: 0;
  }

  .single .seminar-overview {
    margin: 0 0 90px 0;
  }
  .single .seminar-overview .detail a {
    width: 130px;
  }

  .single .voice dt {
    font-size: 20px;
    font-size: 2rem;
    margin: 0;
  }

  .single #content .instructor-info span a {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
/* @media (min-width: 1024px)
---------------------------------------------------*/
/* @media (min-width: 1230px)
---------------------------------------------------*/
@media screen and (min-width: 1230px) {
  .lead-sentence {
    margin: 0 0 40px 0;
  }

  .seminar-overview .file-download li br {
    display: none;
  }

  #requirements .date {
    padding: 30px 0;
  }
  #requirements .date dt {
    float: left;
    border-right: solid 1px #555;
    text-align: left;
  }
  #requirements .date dd {
    float: left;
    text-align: left;
    font-size: 20px;
    font-size: 2rem;
  }
  #requirements .holding {
    height: 240px;
    margin: 35px 0 60px 0;
    font-size: 36px;
    font-size: 3.6rem;
    padding: 70px 0 0 35px;
  }
  #requirements .holding dt {
    font-size: 18px;
    font-size: 1.8rem;
    width: 136px;
  }
  #requirements .holding dd {
    width: 450px;
  }
  #requirements .requirements-table th {
    width: 20%;
    padding: 15px 10px;
  }
  #requirements .requirements-table td {
    width: 80%;
    padding: 15px 10px;
  }

  #content .fig-instructor {
    width: 108px;
  }
  #content .instructor-info dd {
    font-size: 14px;
    font-size: 1.4rem;
    margin: 0 0 8px 0;
  }
  #content .use-text dt {
    margin-right: 10px;
  }
  #content .use-text dd {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.3;
    margin: 0 0 7px 0;
  }
  #content .book-text {
    font-size: 14px;
    font-size: 1.4rem;
  }

  #method dd {
    font-size: 14px;
    font-size: 1.4rem;
  }

  /* page */
  .single .junior_seminar-head {
    padding: 159px 0;
    background: url(/wp/wp-content/uploads/img/junior_seminar/bg_junior_seminar.jpg) center bottom no-repeat;
    background-size: cover;
  }
}
/* print
---------------------------------------------------*/
@media print {
  /* head */
  .page h1 {
    padding-bottom: 50px;
  }

  .junior_seminar-head {
    margin: 0 0 50px 0;
    padding-bottom: 60px;
  }

  .lead-sentence {
    margin: 0 0 30px 0;
  }

  .bucknumber h3 {
    margin: 0 0 15px 0;
    padding: 10px 15px;
    text-align: left;
  }
  .bucknumber li {
    margin: 0 0 3px 0;
    float: left;
    width: 20%;
    font-size: 14px;
    font-size: 1.4rem;
  }

  .seminar-overview .file-download li {
    margin: 0 0 0 7px;
  }
  .seminar-overview .file-download li br {
    display: block;
  }
  .seminar-overview .detail a {
    margin-top: 10px;
  }

  #requirements .date {
    margin: 0 0 60px 0;
    padding: 20px 0;
  }
  #requirements .date dt {
    padding: 3px 25px;
  }
  #requirements .date dd {
    padding: 0 25px;
    text-align: center;
  }
  #requirements .holding {
    height: 200px;
    text-align: left;
    margin: 35px 0 50px 0;
    font-size: 30px;
    font-size: 3rem;
    padding: 50px 0 0 30px;
  }
  #requirements .holding dt {
    text-align: left;
    font-size: 16px;
    font-size: 1.6rem;
    margin-left: 0;
    width: 18%;
  }
  #requirements .holding dd {
    background: rgba(204, 17, 66, 0.9);
    color: #fff;
    margin-left: 0;
    width: 55%;
  }
  #requirements .requirements-table {
    border-top: solid 1px #ebebeb;
  }
  #requirements .requirements-table th {
    display: table-cell;
    width: 23%;
    border-bottom: solid 1px #ebebeb;
    font-size: 14px;
    font-size: 1.4rem;
    background: inherit;
    color: #555;
    vertical-align: top;
    font-weight: bold;
    padding: 10px;
  }
  #requirements .requirements-table td {
    display: table-cell;
    width: 77%;
    border-bottom: solid 1px #ebebeb;
    padding: 10px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  #requirements .access-map a {
    line-height: 1.5;
  }

  #method .application-flow,
  #method .decision-flow {
    margin: 0;
  }
  #method .decision-flow .flow-box {
    margin-bottom: 0;
  }
  #method .flow-box {
    margin: 0 0 40px 25px;
    float: left;
    width: 31%;
  }
  #method .flow-box:nth-of-type(1) {
    margin-left: 0;
  }
  #method .flow-box::after {
    border: 10px solid transparent;
    border-left: 10px solid #22589f;
    position: absolute;
    top: 36px;
    right: -29px;
    left: inherit;
    bottom: inherit;
  }
  #method dt {
    font-size: 18px;
    font-size: 1.8rem;
  }
  #method dd {
    font-size: 13px;
    font-size: 1.3rem;
  }

  .decision-flow dl {
    min-height: 90px;
  }

  #content .instructor {
    border-top: dotted 1px #ccc;
    padding: 15px 0;
  }
  #content .instructor div {
    float: left;
    width: 80%;
  }
  #content .fig-instructor {
    width: 100px;
  }
  #content .instructor-info dd {
    margin: 0 0 8px 0;
  }
  #content .use-text {
    clear: none;
  }
  #content .use-text dt {
    font-size: 12px;
    font-size: 1.2rem;
    margin: 0 3px 5px 0;
    float: left;
    width: 96px;
  }
  #content .use-text dd {
    margin: 0;
    font-size: 13px;
    font-size: 1.3rem;
    margin: 0 0 5px 0;
  }
  #content .book-text {
    clear: both;
  }
  #content #schedule h2 span {
    display: inline;
    text-indent: 0;
    margin: 7px 0 0 0;
    float: right;
  }
  #content #schedule .schedule-data {
    font-size: 18px;
    font-size: 1.8rem;
    padding: 15px;
    text-align: left;
  }
  #content #schedule .schedule-data em {
    font-size: 22px;
    font-size: 2.2rem;
  }
  #content #schedule .schedule-data span {
    display: inline-block;
    transform: rotate(0);
    margin: 0 10px;
  }

  /* page */
  .single .junior_seminar-head {
    padding: 90px 0;
    background: url(/wp/wp-content/uploads/img/junior_seminar/bg_junior_seminar.jpg) center bottom no-repeat;
    background-size: cover;
  }

  .page.single h1 {
    display: inline-block;
    font-size: 24px;
    font-size: 2.4rem;
  }

  .appearance {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .appearance .report-box {
    margin: 0 0 25px 0;
  }
  .appearance .report-box h3 {
    font-size: 14px;
    font-size: 1.4rem;
    color: #ff9000;
  }
  .appearance .report-box .lecturerName {
    font-size: 12px;
    font-size: 1.2rem;
    color: #888;
    margin: 0 0 10px 0;
  }
  .appearance .report-box .figure-box {
    float: right;
    margin: 0 0 10px;
    width: 100%;
  }
  .appearance .interactive-session {
    margin: 35px 0 15px 0;
  }
  .appearance .interactive-session h3 {
    font-size: 16px;
    font-size: 1.6rem;
    color: #cc1142;
  }
  .appearance ul {
    display: flex;
    flex-wrap: wrap;
  }
  .appearance li {
    width: 30%;
    margin: 0 0 35px 30px;
  }
  .appearance li:nth-child(3n+1) {
    margin-left: 0;
  }

  .single .seminar-overview {
    margin: 0 0 90px 0;
  }
  .single .seminar-overview .detail a {
    width: 130px;
  }

  .single .voice dt {
    font-size: 20px;
    font-size: 2rem;
    margin: 0;
  }

  .single #content .instructor-info span a {
    font-size: 12px;
    font-size: 1.2rem;
  }

  .contact-login {
    display: none;
  }
}
